In connection pool,when 100 clients are requesting, in pool
100 objects is there, when another client is making request
how it will work
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to stop the execution of a method before completion in a sessionbean?
Do I need to import javlang package any time? Why ?
Difference between loadclass and class.forname?
What are the sequence of steps to write pub or sub model kind of application?
What is the difference between the session.get() method and the session.load() method?
What is an abstract method?
which type of objects reference will be given to client?
What are externizable interface?
Difference between new operator and class.forname().newinstance()?
How can I scroll through list of pages like the search results in google?
what is an isolation level?
Is a class a subclass of itself?
What is the form of storage space in java?
Explain what is orm?
What is ioc concept & explain it?