At 06:50 PM 3/5/2002 -0700, you wrote: >According to the website: > >http://www.codestudio.com/ > >Poolman is no more. What a bummer for me as I just learned it and >deployed it on a new project less than a week ago! > >Previously, I was using the pooling mechanism built into Struts, but due >to many folks refering to it as "not industrial strength", I moved on >(to Poolman). > >So what else are people using? Is there one built into Tomcat now? I >read that somewhere, I think in a mailing list message here, but I can't >seem to find any docs on it (looking at the Tomcat 4.0 docs). > >Is there a mature one in the Jakarta Commons? I see a "dbcp" but I'm not >sure of it's status, if people are using it, etc. > >Opinions appreciated!
We have a connection pooling mechanism in Expresso that one independent user described as "one of the best" [Don't remember his name, sorry]. It wouldn't be hard to modify it so you can get to the underlying dbconnection pretty easily. [Just modify com.jcorporate.expresso.core.db.DBConnection to get what you need.] Heck, it would even be a "submittable" addition since it's something that I've been looking to do soon. [You could email it to me private] Anyway, the URL is http://www.jcorporate.com/ I haven't personally been shopping around for connection pools, I just know it seems to work well under load. HTH! -Mike -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

