Normally, only a single one.
If you use loadballancing across servers, a single instance will be created in each server that gets to execute the servlet.
A servlet instance would create a process at the server at which it runs which has multiple threads. Multiple calls to the same servlet by any client would create multiple threads.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.