Prepare for your Next Interview
This is a discussion on How Servlet handles more than 40 request within the JSP forums, part of the Web Development category; If More than 40 Request's came how the servlet is going to handle it. I mena 40 instance variables will be created ?...
|
|||
|
Re: How Servlet handles more than 40 request
No, The container won't create the 40 instance variables for 40 clients,it will create only one instance and create 40 threads based on that instance variable to handle the 40 requests.
|
| The Following User Says Thank You to madhukar.poreddy For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to schedule the request set | rajesh56 | Oracle Apps | 2 | 02-12-2008 12:02 AM |
| request | baburao | Request Lounge | 0 | 11-20-2007 02:32 AM |
| Replication of request using generic servlet | guptakcsg | JSP | 0 | 03-06-2007 05:47 AM |
| My request | vmshenoy | Suggestions & Feedback | 1 | 01-27-2007 06:07 PM |
| request | vmshenoy | Suggestions & Feedback | 4 | 01-17-2007 07:31 AM |