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
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is chat area? Explain.
Name three subclasses of the component class?
What is a sessionfactory? Is it a thread-safe object?
the same information whether it will connect to the database or it will be used previous information?
What is Remote Server?
Can you give me a simple example of using the requiredif validator rule?
When a thread blocks on i/o?
Why a component architecture for the java platform?
what is a portable component?
whats is mean by tiles in struts
What are the pros and cons of detached objects?
When is the best time to validate input?
Is the session factory thread safe?
Define aop(assepct oriented programing)?