thats what I hope this is, the guy who was before me wasnt that great at anything other then coding swing apps, so tomcat the server and database are a mess.

From: "Filip Hanik - Dev" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Subject: Re: connection pooling
Date: Thu, 16 Dec 2004 16:13:03 -0600

depends on what connection pool you use. but in almost all causes, its a pretty trivial thing (unless your code is funky of course)
in our system, all we did was to switch the driver name (to the pooled driver), and it would pick up our connection pool.
so it was a one line change.


Filip

----- Original Message -----
From: "Didier McGillis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 16, 2004 3:49 PM
Subject: connection pooling


I'm about to the point where I'm going to switch to db connection pooling. however before I undertake this seemly easy task I have a question, which will make this a huge project or a simple one.

The current site uses typical MySQL connection, where a connection is opened
and so on, if I do connection pooling will I have to go in and do mass code
changes? aka will I have to rewrite any servlets or jsps that make database
calls.




---------------------------------------------------------------------
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]



Reply via email to