I recommend caucho resin for development with connection pooling. Since the pool in built into the container it works beautifully in development. If you are going to sell your product there are license fees however.
Edgar -----Original Message----- From: andres garcia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 9:28 AM To: '[EMAIL PROTECTED]' Subject: Re: MySQL connection pooling problems!! (please help) Hi!! Actually, the problem was very silly and i have solved (i think!!) The struts connection pooling gives a ton of problems in development enviorement becuase I need to restart the tomcat when i make any changues to the classes. If I use reload from the manager, all the connections in the pool are lost (with out being closed), so each time i used reload, i lost a connection and after a while all the connection were lost. Other question: What connection pooling (free) can i use that be very reliable (with at least 100 simultaneus connections ) but easy to configure? (just a properties or xml file ) The applicattion that i'm developing must be very easy to configure and install(modify some lines of the configuation file, like name, user, database) and that's all (no JDNI, not register in server.xml) Poolman, Ibatis, or what? _________________________________________________________________ Charla con tus amigos en l�nea mediante MSN Messenger: http://messenger.microsoft.com/es -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

