I know that Servlets are inherently multithreaded...meaning once a Servlet
is loaded, it can serve multiple requests by spawing multiple threads.
Is there a limit on the number of threads a servlet can spawn ? Or is it a
configurable param of the WebServer ?
Is it more efficient to have multiple servlets, each handling different type
of requests OR since anyway the Servlet spawns multiple threads for
concurrent requests, can I have just one Servlet which invokes different
methods internally depending on the Action param or something?
Thanks, in advance, for any response.
Prasad
___________________________________________________________________________
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