Deadlock occurs on my application frequently
... description of system environment: ----------------------------------------- 1. Environment: JDK 5.0, CTP JDBC Driver 1.1, Proxool 0.9.0RC2 ( http://proxool.sourceforge.net/ ), Windows 2000 Server (SP4) 2. Database: SQL Server 2005 (SP1), Windows 2003 Server ... null; try{ while(true){ if(conn == null){ // dbPool is a connection pool by Proxool ...
http://www.javakb.com/Uwe/Forum.aspx/java-databases/2303
how to (extend) a java.sql.Connection object
... Connection pool implementations out there. Perhaps you can use something like http://sourceforge.net/projects/proxool instead. I haven't tried that particular one, but it seems to fit ... to create a proxy for a Connection (like what that Proxool
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/6018
Can connection poolong be implemented in the simple java class?
... am planning to achive that by pooling JDBC connection. Wojtek Garg wrote : Google proxool Brzezi czw, 29 mar 2007 o 06:23 GMT, Garg napisał(a): Yes ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/34763
Should I close a connection when using DataBase Pool?
... sets, and cursors, and statements, and ...). Some pool managers (proxool for example) will automatically clean up connection resources such as statements and ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/39195
DB conn Pooling
... to use one, but I don't know which one! Mario nimph I like Proxool... It does the job for me... It's lightweight... It acts ...
http://www.javakb.com/Uwe/Forum.aspx/java-databases/1358
Holding Static data links?
... connections open, etc. For decent open-source connection pooling software, check out http://proxool
http://www.javakb.com/Uwe/Forum.aspx/java/1703
jar package is running me nuts
... 5.0.3-bin.jar lib/osca che-2.1.jar lib/persistence.jar lib/proxool-0.8.3.jar lib/swarmcache- 1.0rc2.jar lib/syndiag2.jar lib/versioncheck.jar ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/33873
Pass Connection Object between JSPs
... There are many like it, but this one is mine. Wojtek derek wrote : I use proxool
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/40759
open source jdbc pooling
... application. I have looked at the db-commons from Apache and proxool and they seem fine. I have also looked on the Sun ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/21018
Way to get session variables into a non-servlet?
... to the database each time. Do a Google for: proxool Finally, using database calls eases syncronization between what is in the databse ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/34424