The same discussion (about connection pools) has passed on the tomcat list recently too. I don't think I'd use the Tyrex pool. Have a look through the Tomcat Users Mailing List archive before you decide on this one.
Eddie ----- Original Message ----- From: "Matt Raible" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 10:40 PM Subject: RE: Poolman is gone, I hardly knew ya > I use the one that is built in with Tomcat - it's called Tyrex and can be > obtained from http://tyrex.exolab.org (same folks that make Castor!) - or just > use what's already provided by tomcat. It has worked real slick for me, and > I'd be more than happy to help anyone figure out how to use it. > > Uses JNDI to do lookups and seems to work just fine. > > Matt > > --- "Robert D. Morse" <[EMAIL PROTECTED]> wrote: > > Check out Torque. It works great for me, although it may be overkill for > > just a connection pool. Doesn't the PoolMan stuff come with source? > > Connection pools aren't rocket science. > > > > http://jakarta.apache.org/turbine/torque/index.html > > > > > > -----Original Message----- > > From: Satish Jeejula [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, March 05, 2002 6:35 PM > > To: 'Struts Users Mailing List' > > Subject: RE: Poolman is gone, I hardly knew ya > > > > > > I had my application working with PoolMan and put it in production too just > > TODAY. > > > > I cannot break this news to my higher-ups. So is there any good connection > > pooling software. > > > > thanks, > > satish > > > > -----Original Message----- > > From: Bryan Field-Elliot [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, March 05, 2002 8:50 PM > > To: Struts Users Mailing List > > Subject: Poolman is gone, I hardly knew ya > > > > > > 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! > > > > Bryan > > > > > > > > > > > > > > -- > > 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]> > > > > > __________________________________________________ > Do You Yahoo!? > Try FREE Yahoo! Mail - the world's greatest free email! > http://mail.yahoo.com/ > > -- > 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]>

