GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE
Go To First  |  Previous Question  |  Next Question 
 J2EE  |  Question 6 of 104    Print  
what is session pooling?

  
Total Answers and Comments: 9 Last Update: April 18, 2007     Asked by: koteswararao 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 27, 2005 04:44:13   #1  
kanasar Member Since: October 2005   Contribution: 1    

RE: what is session pooling?
i need details about session pooling?How is it differ from connection pooling
 
Is this answer useful? Yes | No
October 28, 2005 06:18:14   #2  
psdeepak        

RE: what is session pooling?
pool is a set of equal instances
 
Is this answer useful? Yes | No
November 21, 2005 05:43:15   #3  
Muthukumar Koteeswaran        

RE: what is session pooling?
i need a brief description about session and connection pooling
 
Is this answer useful? Yes | No
November 22, 2005 03:24:32   #4  
reddy Member Since: October 2005   Contribution: 6    

RE: what is session pooling?
Maintain the Session data across the Appication.
 
Is this answer useful? Yes | No
November 23, 2005 01:35:10   #5  
RamaKrishna        

RE: what is session pooling?
The Session Pool contains sessions created from transactions that originate in the Start state and have no input/output parameters.
 
Is this answer useful? Yes | No
December 03, 2005 09:23:38   #6  
imiten Member Since: December 2005   Contribution: 2    

RE: what is session pooling?
Stateless Session beans are pooled and shared between clients. In general pooling is sharing resources rather than allocating new one for each request.
 
Is this answer useful? Yes | No
March 21, 2006 21:10:45   #7  
kn.2006@hotmail.com Member Since: February 2006   Contribution: 12    

RE: what is session pooling?
Session pooling can provide high performance in an environment that exhibits frequent connects and disconnects from a backend database.Connection pooling is a technique used for sharing server resources(usually databse) among requesting clients.Creating a connection is expensive; it requires your application to connect to the database server authenticate and return a valid connection.After a connecction is created it is placed in the connection pool. Connections are then used from the pool so that a new connection does not need to be established. If all the connections in the pool are being used new connections are created and made avialable through the pool.
 
Is this answer useful? Yes | No
May 02, 2006 02:24:32   #8  
Manmohan        

RE: what is session pooling?

When session beans accessed thru many users then each time instance of bean created to serve the client's request after serving the client ideal session bean goes to the session pool and wait for another request session beans are verbs they are not persistent stateless session beans can serve thousand clients but stateful session beans has limitation coz they store conversation.


 
Is this answer useful? Yes | No
April 18, 2007 06:41:24   #9  
ambika        

RE: what is session pooling?
its nothing but connection pool
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape