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 is multi-tasking? Types?
can a static method be overridden
diffrence between jsp and servelts.
What restrictions are placed on the values of each case of a switch statement?
How many JSP scripting elements and what are they?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What are different types of controls in AWT?
Difference between loadclass and class.forname?
What is the applet sandbox?
how convert java file to jar files?
What are the different methods of identifying an object?