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 |
How can I avoid validating a form before data is entered?
What are the different approaches to represent an inheritance hierarchy?
What are the different class loaders used by jvm?
whats is mean by class.forName() whats the return type of class
Can we sent objects using Sockets?
what's the main difference between unix os and linux os?
What is colon_pkg_prefixes and what is its use?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What is bean? Where can it be used?
What is Introspection?
whats is mean by filter?
What state does a thread enter when it terminates its processing?