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 threadfactory?

0 Answers  


whats is mean by tiles in struts

0 Answers   SolutionNET,


Explain the different types of memory used by jvm?

0 Answers  


Which javutil classes and interfaces support event handling?

0 Answers  


When you will synchronize your code?

2 Answers  






why we use main in java?

4 Answers  


To identify IDL language what mapping mechanism is used?

0 Answers  


What is DTD?

3 Answers   Wipro,


What are the thread-to-thread communcation?

1 Answers  


What are the different class loaders used by jvm?

0 Answers  


wahts is mean by dynavalidatorform in struts/

1 Answers   SolutionNET,


how i secure my site with the https protocol.what are the steps?

0 Answers  


Categories