Hi,
I am using an ActiveX DLL in my ASP script (a wrapper over another ActiveX DLL whcih uses Winsock to talk to a database on a remote port). I instantiate it, use it and then destroy using the 'set obj = nothing' command. The problem I have is that after an uncertain amount of hits (usually around 140), it refuses to connect to the database (or rather the parent ActiveX DLL refuses.) I wrote a test program in VB to use the wrapper DLL and it will keep on connecting until the cows come home. This leads me to believe it has something to do with the way IIS handles objects. My head is wrecked with this one so if anybody has any suggestions, no matter how wild or madcap, I would appreciate them a lot,
Thanks
Oisín
I am using an ActiveX DLL in my ASP script (a wrapper over another ActiveX DLL whcih uses Winsock to talk to a database on a remote port). I instantiate it, use it and then destroy using the 'set obj = nothing' command. The problem I have is that after an uncertain amount of hits (usually around 140), it refuses to connect to the database (or rather the parent ActiveX DLL refuses.) I wrote a test program in VB to use the wrapper DLL and it will keep on connecting until the cows come home. This leads me to believe it has something to do with the way IIS handles objects. My head is wrecked with this one so if anybody has any suggestions, no matter how wild or madcap, I would appreciate them a lot,
Thanks
Oisín