>>> "Christopher K. St. John" <[EMAIL PROTECTED]> 03-Nov-00 5:14:19 PM
>>>

>The same sort of problem can happen if, say, you're using
>a threadpool and one servlet's doGet() blocks for a long
>time. Eventually that will run your threadpool down and
>you're stuck. Since java can't do anything about it, it's
>like you're back in the the (shudder) days of cooperative
>multitasking: the servlet has to follow the rules or else.

Yes that's true but it's the same with any threadin system.

Doing threading well requires a certain amount of co-operation and
good behaviour.


Nic

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to