In connection pool,when 100 clients are requesting, in pool
100 objects is there, when another client is making request
how it will work
Answers were Sorted based on User's Feedback
Answer / ballu
connection ojbect from one of the inactive client will be
saved (with its state) and freed up connection object will
be given to new request.
if all 100 clients are using connection objects actively
then depending on implentation either 101th client will
wait or server will spawn 101th connection object.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / mallikarjuna
i think client is waiting for the anyone return the object
to connectionpool
| Is This Answer Correct ? | 0 Yes | 3 No |
whether the connectionpooling used in struts?
What is jboss?
What do you mean by Socket Programming?
What is preemptive and Non-preemptive Time Scheduling?
What are Benefits of Connection Pooling?
Is a class a subclass of itself?
What is chat area? Explain.
What is difference RMI registry and OSAgent?
What is the difference between a stub and a skeleton?
9 Answers ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,
What does module-relative mean?
Why are component architectures useful?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?