Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

connection pooling

  Asked By: Daisy    Date: Jun 28    Category: Java    Views: 658
  

i want to know abt connection pooling can u suggest me
something abt this and can u tell where i can find the
information related to this.

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Samuel Costa     Answered On: Jun 28

I have used BEA Web Logic and Sybase EA Server. I can
say that there is a standard way to connect to the
connection pool from Java defined in the J2EE platform,
but some servers dont respect standards, and they have
their own classes for that.

What application server are you using?
What do you want to know about connection  pooling?
What is it?
or how to configure a connection pool?
or how to use it from Java?

 
Answer #2    Answered By: Dirck Jansen     Answered On: Jun 28

You might look at:
orchard.wccnet.org/~chasselb/java278/index.html
Select the Servlets & JDBC button.

 
Answer #3    Answered By: Calais Bernard     Answered On: Jun 28

I think the best way is to create your own connection  pool (regarding to
experiences...), just look at the
http://jakarta.apache.org/commons/pool/...

 
Didn't find what you were looking for? Find more on connection pooling Or get search suggestion and latest updates.




Tagged: