This topic is locked

dllhost.exe memory problem

2/27/2006 7:55:38 AM
ASPRunnerPro General questions
Pfeiffer author

Hello,
since I use the new 4.0 ASPRunner on my webserver (Win 2000 wit IIS 5.0) the dllhost.exe is increasing

until the server "dies". From hour to hour I can see that memomy is increasing steadily.
I took care that I close objects all the time...
Any idea where the problem may be ??
Sincerely

Uwe Pfeiffer

Admin 2/27/2006

Uwe,
are you talking about ASPRunnerPro itself or about generated ASP code?
Do you have any additional info?

Pfeiffer author 2/27/2006

Uwe,

are you talking about ASPRunnerPro itself or about generated ASP code?
Do you have any additional info?


Hello,

I talk about the generated code. Some hundred users use the generated code in ASP. Everything works fine but the memory increases steadily. No error during ASP. It's known that every Set xx = createObject.... has to be finished with xx.close and Set xx = Nothing. Otherwise you will lose memory. I checked the source of the generated code and it looks well. May be there is a known bug in ASP ??? I use a Windows 2000 server with IIS 5.0.

Admin 2/27/2006

Uwe,
please send me your code and database scripts. I'll run it through stress test tool to isolate a problem.