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 are the advantages of JTA over JTS?
whats is mean by jndi
difference between HashMap, Hashset and hashTable?
What is RPC?
Tell me about Firewalls in RMI?
What is the map interface?
Should synchronization primitives be used on bean methods?
What is ripple effect?
What are the steps to write p-to-p model application?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is a modular application?
How to pass parameters in RMI?