473,405 Members | 2,349 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Connections_Refused IIS 6.0

Hi,

I have a problem with some web method in my webservice.After 12 hours
under stress the IIS stop responding and in httperr.log I see
Connections_Refused. I already have read that it is because kernel
NonPagedPool is low then limit, which is 20MB.
The question is what can cause this to happen? Is this because memory
leak in my web service?
I need suggestion from someone who already had this problem and found
some way to fix this?

Thanks.

Mar 19 '07 #1
1 2651
a lack of any resource can cause this (memory, nonpagedpool,
connections, etc). you need to monitor the perf counters to tell which
resource your code is using up. once you know what you are looking for,
you can use the debugger to track the usage.

-- bruce (sqlwork.com)

za*********@gmail.com wrote:
Hi,

I have a problem with some web method in my webservice.After 12 hours
under stress the IIS stop responding and in httperr.log I see
Connections_Refused. I already have read that it is because kernel
NonPagedPool is low then limit, which is 20MB.
The question is what can cause this to happen? Is this because memory
leak in my web service?
I need suggestion from someone who already had this problem and found
some way to fix this?

Thanks.
Mar 19 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.