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



In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another clie..

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

In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another clie..

Answer / vrush

It will keep the client in waiting state .

Is This Answer Correct ?    0 Yes 3 No

In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another clie..

Answer / mallikarjuna

i think client is waiting for the anyone return the object
to connectionpool

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

what is a portable component?

0 Answers  


what is meant by JRMP?

0 Answers  


How to do registration form using struts and hibernate?

1 Answers  


What is the relationship between local interfaces and container-managed relationships?

0 Answers  


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

0 Answers  






What are externizable interface?

0 Answers  


What is metaspace?

0 Answers  


wahts is mean by dynavalidatorform in struts/

0 Answers   SolutionNET,


what is disadvantage of thread?

3 Answers   HCL,


Explain the difference between object state and behavior?

0 Answers  


What are local interfaces? Describe.

0 Answers  


What is JTS?

0 Answers  


Categories