<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012558" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012558</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/servlets-jconnectjdbc20-and-efficient-database-connection-management#comment-1072918</link>
    <description> &lt;p&gt;davidg,&lt;/p&gt;
&lt;p&gt;Unfortunately I don&#039;t have a lot of experience using Java Servlets so I can&#039;t really help you with that. From my experience using COM+ objects within ASP pages (which are similar to Servlets) is that if you mark them (object) as recyclable or poolable, MTS (Microsoft Transaction Server) can then pool those objects. Whether or not the JDBC supports that I&#039;m not sure.&lt;/p&gt;
&lt;p&gt;I&#039;m sorry I can&#039;t help you more but my area of expertise is ASP,ASP+,VB,VC++,SQL 7/2000&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Peter J. Boettcher&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Oct 2000 19:15:36 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1072918 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>pooling connections</title>
    <link>https://www.webmaster-forums.net/web-database-development/servlets-jconnectjdbc20-and-efficient-database-connection-management#comment-1072910</link>
    <description> &lt;p&gt;Thanks for your reply, I&#039;ll resort to pooling connections then. However I don&#039;t think the standard JBDC method getConnection() methods copes with pooling. I think a connection pool manager needs to manage your connections otherwise every time a servlet is run, there is a reconnection to the database - which can be costly. I do know that JDBC2.0 supports connection pooling, but it only has interfaces available so you have to write the basic code. Do you know of any implementations of these interfaces, esp. jconnect/Sybase&#039;s version of JDBC?&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Oct 2000 17:14:23 +0000</pubDate>
 <dc:creator>davidg</dc:creator>
 <guid isPermaLink="false">comment 1072910 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/servlets-jconnectjdbc20-and-efficient-database-connection-management#comment-1072905</link>
    <description> &lt;p&gt;davidg,&lt;/p&gt;
&lt;p&gt;It&#039;s best to let the system handle the connections. A big mistake a lot of ASP developers make is to store the connection object in an application or session variable, this might appear to be a logical thing to do since it saves you from having to code the connection in every page. The problem with this is, connections stored in those type of variables cannot be pooled, so with a busy site this would slow things down considerably. In any case pool threading offers considable performance gains, especially if you do many similar type of db calls.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Peter J. Boettcher&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Oct 2000 15:39:11 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1072905 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
