|
| Total Answers and Comments: 4 |
Last Update: May 21, 2008 Asked by: aneesm |
|
| | |
|
Submitted by: vinaymudgil007 one thing surely i can say and that is "only one insatnce of the servelet would be created" and multiple threads would be used to serve the request....... well if the requests are very large in number then the container might kill/suspend some threads and that would be dependent on the servlet container you are using..... but not more than once instance per servlet
Above answer was rated as good by the following members: preetiak_khera | Go To Top
|