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 to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
How two threads will communicate with each other?
What is Introspection?
what is domain,give me some brief information about that?
Explain about thread synchronization inside a monitor?
What is the difference between the font and fontmetrics classes?
what is singleton class? where it mainly used in the projects?
When you will synchronize your code?
Which containers use a border layout as their default layout?
why we use main in java?
What is local interface. How values will be passed?
Write a singleton program?