Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Is it possible to stop the execution of a method before completion in a sessionbean?

1146


Do I need to import javlang package any time? Why ?

1149


Difference between loadclass and class.forname?

1095


What are the sequence of steps to write pub or sub model kind of application?

2556


What is the difference between the session.get() method and the session.load() method?

1126


What is an abstract method?

1122


which type of objects reference will be given to client?

2521


What are externizable interface?

1111


Difference between new operator and class.forname().newinstance()?

1179


How can I scroll through list of pages like the search results in google?

1012


what is an isolation level?

2798


Is a class a subclass of itself?

1314


What is the form of storage space in java?

2299


Explain what is orm?

1151


What is ioc concept & explain it?

1138