On Thu, 2006-08-24 at 10:33 +0000, Monty Ree wrote: > Hello, all. > > I have tested some commercial reverse proxy solution with squid. > and I must set the number of the "max session" at config like MaxClients at > apache. > > So, is there any max client limit at squid? > When the squid can't service any more? Squid is limited by the number of filedescriptors it has available; depending on various factors (backend server responsiveness, cache hit ratio) the number of clients it can support can range from that number to about half of it. It's not unusual for pre-packaged squid binaries to be configured for 1024 Filedescriptors; custom-built binaries can get pretty high (I used to build mine with 8k or 16k filedescriptors available per process). -- Kinkie <kinkie-squid@xxxxxxxxx>