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 is a portable component?
what is meant by JRMP?
How to do registration form using struts and hibernate?
What is the relationship between local interfaces and container-managed relationships?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What are externizable interface?
What is metaspace?
wahts is mean by dynavalidatorform in struts/
what is disadvantage of thread?
Explain the difference between object state and behavior?
What are local interfaces? Describe.
What is JTS?