IntelliJ Java IDE
The moose likes Performance and the fly likes Weblogic connection pools Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Weblogic connection pools" Watch "Weblogic connection pools" New topic
Author

Weblogic connection pools

Chris Bojinca
Greenhorn

Joined: Oct 14, 2002
Posts: 13
I know this is not pure java but I worked a lot with Weblogic connection pools and I found they are very slow in comparison with the straight JDBC access (about 5-7 times slower).
I was accessing both a DB2 and an Oracle database using the Weblogic connection pool (thru the tx data source name) for a brokerage application with tens of thousands of trasactions and part of the performance tunning I had to switch back to a home made connection pool.
Maybe Jack or somebody else can explain to me why.
Thanks.
 
 
subject: Weblogic connection pools
 
Threads others viewed
JDBC connection pool
Doubt in Connection Pooling
Connection Pool in JSP/JavaBean
Error in connetion pool driver.connect
Connection pool for XADataSource
IntelliJ Java IDE