----------------------------------------------------------------
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 <[EMAIL PROTECTED]> wrote:
>
> 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
10k native sleeping threads are not many, but I think you can't make it with
Linux (I'm just thinking about what PS would report :).
10k green threads sleeping, instead, will kill your machine since just for
controlling if they're really sleeping, the java process is always up and
running...
Scale on multiple machines...
Pier
--
--------------------------------------------------------------
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]