Hi David,
Thanks for the prompt reply!!!
Tell me whats would be the size of the request queue..Is it dependent upon the server and can the user confgiure...this....
Coming to the Front controller pattern like in
struts,
will the action servlet will have one thread or multiple threads for user requests...
I know there exists only one instance...but how about the threads depending upon the user requests
And finally,
all along i thought that for a single servlet instance, we create thread for a request...but this thread would be Gc'ed once it completes the process of servicing the request.There is no way we are going to reuse the thread...
Then how come we have thread pool...Can you tell me where i am going off track about this...
Tx in advance
Regards
Probably need to revisit the servlets concepts...