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 MOM?
What are the different class loaders used by jvm?
Is the session factory thread safe?
Write a program on RMI and JDBC using StoredProcedure?
Different between Struts and Spring? or Why use Spring, if you are already using Struts?
How has the sandbox changed with Java 2?
What value does readline() return when it has reached the end of a file?
Differences between applications and applets?
Explain the different types of memory used by jvm?
Difference between new operator and class.forname().newinstance()?
On a computer that having single CPU, how multithreading concept can be achieved?
Thread life cycle?