Need connection/thread pooling examples (isapi, Soap, Intraweb)
- From: Arthur Hoornweg <antispam.hoornweg@xxxxxxxxxxxxx>
- Date: Thu, 06 Mar 2008 10:09:17 +0100
Hello all,
I'll soon need to develop a few ISAPI's and SOAP web services that involve
connecting to a MSSQL database using tAdoconnection.
The connection process is notoriously slow because it involves setting MSSQL
application roles etc so I'd like to re-use the connections as much as possible.
Given that tAdoconnection can only be used from inside the thread that
created it, this probably involves re-using the thread (isapi thread pooling)
as well?
I would be grateful for any examples on how to do this. I've stumbled upon
the Isapithreadpool unit. Are there any examples available on how to
use it? Can it also be used inside Intraweb?
--
Arthur Hoornweg
(In order to reply per e-mail, please just remove the ".net"
from my e-mail address. Leave the rest of the address intact
including the "antispam" part. I had to take this measure to
counteract unsollicited mail.)
.
- Prev by Date: Re: Deleting a record
- Next by Date: Re: XML import/export for ADO
- Previous by thread: Deleting a record
- Next by thread: Re: XML import/export for ADO
- Index(es):
Relevant Pages
|