does anyone remember what happened about that?
- robert
On Tuesday, June 24, 2003, at 12:08 AM, [EMAIL PROTECTED] wrote:
I think that poolman had been end-of-lifed, and many of it's ideas went into
DBCP.
Eric
-----Original Message----- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 5:16 PM To: Jakarta Commons Developers List Subject: Re: DBCP status?
On Mon, 23 Jun 2003, Serge Knystautas wrote:
Mark Lewis wrote:Serge,
I'm using DBCP in a production environment. It actually does support validation queries to detect whether a connection is bogus or not.
Yes, but that doubles the # of SQL statements. And I actually have probably no more than 8 SQL statements in total (all prepared), so the issue is not the SQL but the connection.
I can provide sample code if you'd like. But like David said earlier, DBCP is pretty much a dead project. It works well enough for my needs, but I'm not sure I'd integrate it into a project right now.
Do you know of anything else in Apache that could handle this? Anybody know what Tomcat is using at this point?
This isn't an Apache project (although one of the admins is an Apache guy ;), but you might want to look at PoolMan:
http://sourceforge.net/projects/poolman/
-- Martin Cooper
On a related note, does anybody know what the status of PreparedStatement pooling is in the latest DBCP release? It seems broken to me, but I might be doing something wrong.
We'd like that feature as well (since like I say we have so few SQL statements), but that's a bummer if it's broken. From the API it seems like it would work.
-- Serge Knystautas President Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
