Hi, in my ISAPI app I'm finding that when I get alot of concurrent hits I'm 
getting "too many connections in use" when trying to connect to my db.

I understand that BDE4 has a limit of 256 concurrent connections from the 
same process, I'm now using BDE5.11 and still get the problem.

Does anyone know if its possible to tell IIS to run multiple copies of the 
ISAPI dll and route requests through the different instances?  Or is there 
some trick I can use inside my DLL to handle this?

Mark


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to