| Author |
Servlet Container/Web Server Threads management
|
murali kankanala
Ranch Hand
Joined: Nov 15, 2004
Posts: 110
|
|
Hello Experts,
Could you please give brief idea how the Web Server is applying threads on Servlet object ( because server is doing to create only one Servlet object if we dont implement SingleThreadModel interface)?
Thank you.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
|
Pretty simple really: each request is executed in its own thread.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Servlet Container/Web Server Threads management
|
|
|