Discussion:
Questions about IIS and Intraweb
(too old to reply)
Neuza
2008-05-27 14:16:31 UTC
Permalink
Hi,

IŽm working in a company that have a huge ISAPI DLL made with Delphi/Intraweb.
300 users are connected in the IIS Server.

At least two times in a day I have to refresh the application pool to free memory.
I was analyzing the code and saw that in many places the programmer created components(specially forms),but didnŽt explicitly freed it.

I also noticed that the same station appears sometimes three times in the Server,
I have a guess that the users are closing theirs browsers without clicking in the logoff button.

Where should a specify a timeout from this dead connections in Intraweb or in IIS.

Thanks,
Neuza
Jason Southwell
2008-05-27 15:11:19 UTC
Permalink
Post by Neuza
Where should a specify a timeout from this dead connections in
Intraweb or in IIS.
ServerController.SessionTimeout
Neuza
2008-05-27 17:09:10 UTC
Permalink
Hi Jason,

This parameter is with a 30 Value,
This means 30 minutes?

Thanks,
Neuza
Post by Jason Southwell
Post by Neuza
Where should a specify a timeout from this dead connections in Intraweb or in IIS.
ServerController.SessionTimeout
Jason Southwell
2008-05-27 17:34:59 UTC
Permalink
This parameter is with a 30 Value,
This means 30 minutes?
yes
Loading...