| 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
|
|
|
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]
|
 |
 |
|
|
subject: How to handle Multiple requests?
|
|
|