This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Is Servlets by default a single threaded model or multi threaded model Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Is Servlets by default a single threaded model or multi threaded model" Watch "Is Servlets by default a single threaded model or multi threaded model" New topic
Author

Is Servlets by default a single threaded model or multi threaded model

yogesh srinivasan
Ranch Hand

Joined: Jun 08, 2007
Posts: 55
Is Servlets by default a single threaded model or multi threaded model ?
Marco Ehrentreich
best scout
Bartender

Joined: Mar 07, 2007
Posts: 1220

Hi,

by default servlets are used "multi-threaded". Everything else would be a real performance bottleneck ;-)

Marco
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Is Servlets by default a single threaded model or multi threaded model
 
Similar Threads
zahara
Hibernate session single threaded -> multi threaded
servlet container and multi threading
JMS Session single threaded -> multi threaded
servlet concepts