aspose file tools
The moose likes Servlets and the fly likes Servlet Container/Web Server Threads management Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet Container/Web Server Threads management" Watch "Servlet Container/Web Server Threads management" New topic
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
    
  13

Pretty simple really: each request is executed in its own thread.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Servlet Container/Web Server Threads management
 
Similar Threads
SIngleThreadModel
Question Regarding Definition
SingleThreadModel ??
Urgent : Thread Safe
Story of a Servlet ?