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 |
What will happens, when a thread cannot acquire a lock on an object?
how to use debug in my elipse to solve problems that exist in my project
What do you mean by Socket Programming?
What is the difference between the string and stringbuffer classes?
What is the initial state, When a thread is created and started?
Why won’t the jvm terminate when I close all the application windows?
whats is mean by filter?
what are the software's needed to develop advanced java 3 tier application project
What is Remote Server?
What is the difference between Process and Threads?
What is bean? Where can it be used?
whats is mean by connectionpooling