Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Connection Pooling/ConnectionPooling.Sample.html
david 472097efe5 - Eliminadas las librerías para Delphi 6 (Dcu\D6) en RO y DA.
- Recompilación de todos los paquetes de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime.

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@5 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 11:08:08 +00:00

35 lines
928 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\da.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>Connection Pooling</span>
</p>
<h2>Purpose</h2>
<p>
Shows how connections can be managed via a pool (ADO/Northwind &amp; IBX/Employee
connections).
</p>
<p>
Use the three pairs of <b>Acquire/Release</b> connection buttons to experiment
with pooling. Note how connections timeout later than the Release call and how
the delay
depends on the selected <b>PoolTimeoutSeconds</b> value selected via the
track bar.
</p>
<p>
Examine the code in <b>ConnectionPoolingMain</b> - you will see that it is minimal - all one
or two liners.
</p>
<!-------------------------------------------------------------------------->
</body>
</html>