Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mysqld invoked oom-killer
Date: Fri, 22 Jul 2011 00:53:47
Message-Id: CAC=wYCGm+X2=W41JCTuvf-sEVN73kA5L9fAK771Xgg1qj6XAaw@mail.gmail.com
In Reply to: Re: [gentoo-user] mysqld invoked oom-killer by kashani
1 >> apache MaxClients has been lowered to 50 which is a shame because I
2 >> have 30+ separate images on each of my pages and that number can not
3 >> be reduced.  This means I may not be able to serve more than 1 full
4 >> page at a time.
5 >
6 >        This is wrong.
7
8 Agreed. From TFM; "The MaxClients directive sets the limit on the
9 number of simultaneous requests that will be served" and i'd say when
10 they say "requests", they're talking about TCP sessions. So in the old
11 days of HTTP/1.0 you'd be right, and if you'd turned off pipelining
12 (KeepAlives) you'd be right.
13
14 The default for MaxKeepAliveRequests is 100, so no problems
15 downloading the 30+ objects within a single session, assuming you have
16 KeepAlive on.

Replies

Subject Author
Re: [gentoo-user] mysqld invoked oom-killer Grant <emailgrant@×××××.com>