Re: I have a problem ("server too busy" with plenty of free resources)
From: Pat [MSFT] (patfilot_at_online.microsoft.com)
Date: 01/13/05
- Next message: Pat [MSFT]: "Re: IIS6 Stops Responding"
- Previous message: Mark: "Has my server been hacked?"
- In reply to: Max Favilli: "I have a problem ("server too busy" with plenty of free resources)"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 Jan 2005 23:57:05 -0800
It probably means that you have run out of worker threads. This can happen
if the .dll is making blocking calls to the backend and the backend stops
responding (you see the same problem if you do DB calls from ASP and the DB
stops responding).
Pat
"Max Favilli" <max@no.spam.goparty.it> wrote in message
news:wSjFd.81310$C94.50151@tornado.fastwebnet.it...
> My application worked well and happily.
> I introduced a webmail service, based on a external dll providing xml
> interface to imap server.
>
> Users started to complain for "server too busy" errors; and I saw that
> happen a couple of times with my eyes, I checked the resources, 30% of cpu
> utilization, 50% of ram utilization, few read/write on disk...
>
> How can I find out which resource is missing?
>
> Any help would be gladly appreciated,
> Max Favilli
>
>
- Next message: Pat [MSFT]: "Re: IIS6 Stops Responding"
- Previous message: Mark: "Has my server been hacked?"
- In reply to: Max Favilli: "I have a problem ("server too busy" with plenty of free resources)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|