Author |
Topic  |
|
sdfg
Starting Member
2 Posts |
Posted - 02 July 2001 : 12:52:33
|
I have an IIS 4.0 on an NT 4 machine (All of the latest service packs) and the forum was working fine last week but now, whenever anyone posts a reply or new topic on the forum, it brings IIS down, so IIS has to be restarted? Does anyone know how this can be fixed?
I am using an Access .mdb file and the forum only gets 20 posts a day.
My email is: gcolliander@mace.co.uk
Please help as I will have to delete the forum if I cant fix it! (its great otherwise)
|
|
Dan Martin
Average Member
  
USA
528 Posts |
Posted - 02 July 2001 : 13:53:25
|
Are you local to the server? If so, does the Task Manager show anything odd when you have to restart IIS? Is there a process running at 100% CPU load, or is the memory usage extremely high?
-Dan
|
 |
|
Erick
Starting Member
1 Posts |
Posted - 02 July 2001 : 15:08:29
|
Hello,
I too am experiencing the same problem.
Similar setup. NT 4.0, SP 5, IIS 4.0, Access DB. Snitz Version 3.1 Service Release 4
First, I accessed the forum, Inetinfo.exe memory usage jumped to 9000k. Then after a few test posts, jumped to 17000k. If I keep posting (and using the forum), Inetinfo.exe continues to grow bringing down IIS eventually.
Stopping the web service releases the memory but obviously this isn't the ideal solution.
Any ideas anyone?
Thanks,
Erick
|
 |
|
Dan Martin
Average Member
  
USA
528 Posts |
Posted - 02 July 2001 : 17:54:26
|
Sounds to me like a database connection isn't being closed. I don't know how ASP savvy you are, but you should probably check that my_conn.Close (and any other database connections opened on that page) is being executed at some point by those pages causing you problems.
But, I can't be certain that this is the problem with the amount of information I have at this time. Typically, this doesn't become an issue until the page is executed many many times.
-Dan
|
 |
|
Netub
Starting Member
2 Posts |
Posted - 13 July 2001 : 10:40:12
|
Same problem,
I need to restart IIS every 2 days.
Any solution?
Net.
|
 |
|
Id
Junior Member
 
USA
129 Posts |
Posted - 13 July 2001 : 11:09:04
|
There are a lot of issues on microsofts support site refering to memory leaks with IIS, access, and ASP, however most of them seemed to have been fixed by SP4 and IIS 4. Only thing I can figure is either your connection isn't closing, or you're possibly getting some sort of interference from another service running on the NT4 box. Are any of these NT4 boxes running like Microsoft proxy or the like?
Edited by - Id on 13 July 2001 11:12:56 |
 |
|
|
Topic  |
|