On 4/28/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote:
I don't think that you can support a million connections on apache, are you
running this app on a mainframe, also check to see how much Memory each
child/worker thread would take up, as you would need ( 1Million *
(RAM/thread)) of Memory , so say if each connections takes up 1Meg or even
500KB you would potentially need 1 Million Megs of Memory ~= 1000GB ~= 1TB
of Memory....

Thank you Kishore. The application will be hosted on a load-balanced
architecture. Also, the connections will be open, but most of the
time, no data will be transfered because chats are idle, and
basically, chat clients are waiting for new messages for minutes or
hours sometimes.
Kind regards,

--
Charles A. Landemaine.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to