Aug 9, 2004 #1 RicardoPereira Programmer Joined Jun 3, 2003 Messages 255 Location PT Anyone knows where do i find a complete example to how implement a connection pooling? Thanks Ricardo
Anyone knows where do i find a complete example to how implement a connection pooling? Thanks Ricardo
Aug 9, 2004 #2 sedj Programmer Joined Aug 6, 2002 Messages 5,610 Do you mean writing one or installing one ? -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
Do you mean writing one or installing one ? -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk
Aug 9, 2004 Thread starter #3 RicardoPereira Programmer Joined Jun 3, 2003 Messages 255 Location PT If you have the two examples, i would be gratefull Upvote 0 Downvote
Aug 9, 2004 #4 sedj Programmer Joined Aug 6, 2002 Messages 5,610 Well, Tomcat uses the "Commons DBCP" project, where source is available from here : http://jakarta.apache.org/commons/dbcp/ and intsall guides for tomcat here : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html and of course [my] db pool is below on my signature ... I'm not releasing the source code for it at the moment though ... -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
Well, Tomcat uses the "Commons DBCP" project, where source is available from here : http://jakarta.apache.org/commons/dbcp/ and intsall guides for tomcat here : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html and of course [my] db pool is below on my signature ... I'm not releasing the source code for it at the moment though ... -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk