In connection pool,when 100 clients are requesting, in pool
100 objects is there, when another client is making request
how it will work
Answer Posted / 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 |
Post New Answer View All Answers
How is a java object message delivered to a non-java client?
How are the elements of a cardlayout organized?
Can I map more than one table in a cmp?
What is a tasks priority and how is it used in scheduling?
What is mdb and what is the special feature of that?
How to implement RMI in Java?
Which class is the immediate superclass of the menucomponent class?
What is the form of storage space in java?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is the purpose of the notifyall() method?
For which statements does it make sense to use a label?
Explain the difference between object state and behavior?
What do you need to set-up a cluster with jboss?
Difference between swing and awt?
Why does the option tag render selected=selected instead of just selected?