<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Java%2FConnection_pooling</id>
	<title>Java/Connection pooling - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Java%2FConnection_pooling"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Java/Connection_pooling&amp;action=history"/>
	<updated>2026-05-07T06:38:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Java/Connection_pooling&amp;diff=2010&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;Java Connection Pooling  enables ODBC applications to reuse a connection from a pool of connections, without having to perform the complete connection process  share environme...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Java/Connection_pooling&amp;diff=2010&amp;oldid=prev"/>
		<updated>2015-04-15T16:57:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Java Connection Pooling  enables ODBC applications to reuse a connection from a pool of connections, without having to perform the complete connection process  share environme...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Java Connection Pooling&lt;br /&gt;
&lt;br /&gt;
enables ODBC applications to reuse a connection from a pool of connections, without having to perform the complete connection process&lt;br /&gt;
&lt;br /&gt;
share environment (henv?)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Implicitly setting the ADO ActiveConnection (Conn) to a connection string defeats efficiencies from connection pooling, one the new features introduced in ODBC driver manager 3.0. Connection pooling enables an ODBC application to reuse a connection from a pool of connections. Once a connection has been created and placed in the pool, an ODBC application can reuse the same driver and the connection within the same shared environment (henv) without performing the complete connection process.&amp;quot; [http://www.wilsonmar.com/1jdbc.htm]&lt;br /&gt;
&lt;br /&gt;
INFO: Frequently Asked Questions About ODBC Connection Pooling [http://support.microsoft.com/kb/169470]&lt;br /&gt;
&lt;br /&gt;
persistent connections?&lt;br /&gt;
no - persistent is where one connection is persistently tied to a thread.&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>