> we have 500 message queues for a different kind of user (sorry, can't tell
> what domain this app is running) that asynchronously send messages through
> permanent http-connections from servlet to client. 2000 users are connected
> through simple request/response.
>
Have you considered using a refresh option on the client page (assuming
the client is html and not an applet) so that you wouldn't have to have
permanent http connections? You could then use non-SingleThreaded
servlets and maintain your queue on the server.
___________________________________________________________________________
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