John Wright wrote:

> This brings up a point of interest for me.  I read Java Developers
> Journal somewhere that Java couldn't support more than about 200 clients
> (if you are designing your server such that each client gets a separate
> server thread).  Is this true?
I guess this is OS dependant (I know of no java-specific limit)... with
200
Threads some OSes might not perform very well. But then you can use
thread-pooling and just create an optimal number of threads.

Niklas

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to