|
Thousands of concurrent users? You need to know how to set up sessions
that are not server dependent (ie, session cookies, etc). If it's the
resources, the Apache server when set up properly can handle thousands of
connections (I think you even mentioned this in a LI thread a few days
back). Maybe that's not what you're referring to here.
You may be referring to my earlier comment in this thread - one of our
clients running 3,500+ threads in a single Apache instance. However, if
you're running that many threads which correspondingly connect to an equal
number of CGI processes, and you're not using persistent CGI, then over
time all of your CGI programs become activated in all the Jobs, as the HTTP
threads dispatch requests indiscriminately to whatever CGI job which might
be available. A built-in memory leak.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.