maxconnections should be high, like 100. This is the number of keepalive socket connections your server maintains. These are low overhead, and make it faster for active browsers to get pages from you site since they don't have to reconnect. We use a keepalive timeout of 15 (seconds). That means roughly that 100 people can stay connected to your server at once, as long as they are making requests less than 15 seconds apart. If they go longer than that between requests, they lose their connection and have to reconnect.
Jim > > On Aug 18, 2004, at 9:47 AM, Dossy Shiobara wrote: > > > What class of hardware are these sites running on? maxthreads=10 is > > pretty low, IMHO. Running one site on a 1.2 GHz P3 running Linux, I'd > > comfortably set minthreads=maxthreads=30. > > BTW, what's the guidelines on setting maxconnections? Should it be the > same as max and min threads? > > thanks, > > janine > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with > the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field > of your email blank. > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
