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 method is used to create the daemon thread?
What is Servlet Filter And What does it work?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
What are synchronized methods and synchronized statements?
What is jboss?
explain the flow of struts?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
what is a Daemon Thread?
Why does the option tag render selected=selected instead of just selected?
What is TL and its use?
Why do threads block on i/o?
What value does readline() return when it has reached the end of a file?