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


Please Help Members By Posting Answers For Below Questions

What is Remote Server?

1688


Why a client should be multithreading? Explain.

599


What are local interfaces? Describe.

705


What are the services in RMI ?

1888


Is there a guarantee of uniqueness for entity beans?

572






What are the different types of exception?

574


What does module-relative mean?

582


What is a tasks priority and how is it used in scheduling?

553


Is the session factory thread safe?

680


Describe responsibilities of Activator?

1680


Difference between new operator and class.forname().newinstance()?

604


Explain about thread synchronization inside a monitor?

2004


what are the advantages of JTA over JTS?

1676


In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?

2160


what is meant by JRMP?

1812