Re: I have a problem ("server too busy" with plenty of free resources)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Pat [MSFT] (patfilot_at_online.microsoft.com)
Date: 01/13/05


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
>
>



Relevant Pages

  • Re: #pragma lib buggers everything up
    ... A lot of the resources are relevant to the static ... a client exe, and I experienced these too, i.e. the exe can't use any ... Have a resource-only DLL, you might say, - yes, I did consider this but the ... > and often on a particular version of the compiler and particular compiler ...
    (microsoft.public.vc.language)
  • Re: Localization of my MFC application
    ... We create a set of resource files for each separate program (.EXE, .DLL, ... My resources are not so large that it makes a big ... > We have an application which has an exe and uses two MFC extension DLLs ...
    (microsoft.public.vc.mfc)
  • Re: Using language DLLs for strings ONLY
    ... CString::LoadString(UINT id, HINSTANCE dll), but that would be too much like blindingly ... Do not consider subclassing CString. ... >I've created a per-language DLL with some string resources and when my ...
    (microsoft.public.vc.mfc)
  • Re: ERROR_RESOURCE_TYPE_NOT_FOUND error comes
    ... Made DLL which contains resources like dialog, ... Made a static lib project which contains classes for resources ... This control is populated by lib classes. ... locale ID, and if not found, is defaulted to the app .exe itself. ...
    (microsoft.public.vc.mfc)
  • Re: Simple Input In a MFC application
    ... other MFC programmers have followed parallel lines to augment the MFC in a ... either distributing an extra dll or having to include resources in calling ... which is why I'd use a DLL ... Place an edit control on the dialog ...
    (microsoft.public.vc.mfc)