On Sat, Nov 08, 2003 at 05:43:09AM -0800, Dirk-Willem van Gulik wrote: > There is also a compile time 'hard' limit: HARD_SERVER_LIMIT which > depending on your platform is set to 256, 1024 or 2048. It can be > overwridden at compile time with something like -DHARD_SERVER_LIMIT=1234.
For completeness sake: 2.x doesn't have the hard limits. Well, the hard limits are 20k. As the comments say, it's more for typos than anything else. If you have a server with 20k processes * 20k threads and it doesn't fall over, I want some time on that system. =) -- justin
