Re:Connection pooling with ibx?
Od: "Paul Wuehrl" <wue...@royal-wedding.de>
Temat: Connection pooling with ibx?
Quote
> is there a possibility to implement connection pooling with ibx and iis 4?
If you implement an app as CGI executable, all connections are polled at the
time the script ended its execution. But if you implement it as ISAPI
mudule, well, i don't think that there will be a chance of any polling. The
connection will persist as long as the module is attached to server
process - if you don't terminate it in a try .. finally block.
Of course i could be wrong - as always...
Cheers
Jarek Zgoda