aspose file tools
The moose likes Servlets and the fly likes How to handle Multiple requests? 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 » Java » Servlets
Reply Bookmark "How to handle Multiple requests?" Watch "How to handle Multiple requests?" New topic
Author

How to handle Multiple requests?

amit bhadre
Ranch Hand

Joined: Jan 23, 2006
Posts: 124
How to handle Multiple(like 1000) requests on instance of a time?

thanks in advance...

regards
amit bhadre
[ July 24, 2006: Message edited by: Bear Bibeault ]

Thanks advance who ever answers this question.


regards
amit bhadre
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

Aside from writing your servlets and JSPs following thread-safe guidelines, you don't need to do anything. The container handles multiple requests by creating spearate threads for each one.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to handle Multiple requests?
 
Similar Threads
guide me
handling multiple database requests and updates
how servlets handle multiple requests concurrently
Mutiple Http Request
Servlet handling multiple requests?