----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Forget doing this with JServ- you're gonna have enough problems just
supporting 10,000 users with Apache.
Check out this very informative page on the subject:

http://www.kegel.com/c10k.html


~David

==========================================
 David Valentine
 Software Design Engineer, NEC Australia
 [EMAIL PROTECTED]
 (61) 3 9271 4541
==========================================

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Bill Ataras
> Sent: Wednesday, November 17, 1999 10:56 PM
> To: [EMAIL PROTECTED]
> Subject: Re: 10k simultaneous connections?
>
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> thought i could increase linux processes beyond 500? ALso, I
> can *start* 10k
> green threads (that then go to sleep). Not sure how the
> scheduling would
> play out in practice though. But only a handlful have to
> active at any time
> anyway.  Maybe better to have each thread watch multiple tcp
> connections.
> But don't think there's a way to do that in apache
>
>
>
> >From: Stefan Mainz <[EMAIL PROTECTED]>
> >Reply-To: "Java Apache Users"
> <[EMAIL PROTECTED]>
> >To: Java Apache Users <[EMAIL PROTECTED]>
> >Subject: Re: 10k simultaneous connections?
> >Date: Wed, 17 Nov 1999 11:46:07 +0100
> >
> >----------------------------------------------------------------
> >BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> >WHEN YOU POST, include all relevant version numbers, log files,
> >and configuration files.  Don't make us guess your problem!!!
> >----------------------------------------------------------------
> >
> >Bill Ataras wrote:
> >
> > > I'd like to be able to hold 10,000 (yes 10k) simultaneous
> long lived TCP
> > > connections to a jserv server. Running Linux on high end
> PC (hopefully
> >not
> > > higher than maxi intel box with lots of memory).
> > >
> >
> > > That's the goal anyway. Could throw more/bigger hardware
> at it, but
> >would
> > > like to hear at least positive noises that I have a
> chance of this kind
> >of
> > > scale on a basic 2500$ PC.
> >
> >My gut feeling is: no way. rethink your design.
> >Linux has a limit of 500 processes so you canīt go with
> native threads.
> >If you start 10k green threads the scheduling will go nuts.
> >
> >Why dont you use Sessions?
> >
> >
> >--
> >--------------------------------------------------------------
> >Please read the FAQ! <http://java.apache.org/faq/>
> >To subscribe:        [EMAIL PROTECTED]
> >To unsubscribe:      [EMAIL PROTECTED]
> >Archives and Other:  <http://java.apache.org/main/mail.html>
> >Problems?:           [EMAIL PROTECTED]
> >
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to