I happened to be looking at Resource Monitor on Windows 2008 and noticed bsdiff.exe (OfficeScan) in a "suspended" state. Could somebody please explain what this means and why a process might be in this state? I was going to grab a screenshot but it's gone now.

Thanks, Rob.

link|improve this question

29% accept rate
feedback

migrated from serverfault.com Sep 19 '11 at 22:05

This question came from our site for system administrators and desktop support professionals.

1 Answer

The ability to suspend tasks has been in Windows for a long time, the easiest way to do this in other versions is to use Microsoft / Sysinternals Process Explorer.

A suspended task is a normal process that is in a suspended state. When suspended, it consumes the same amount of memory, but no CPU cycles.

Suspended tasks have not really been used that much in Windows, but, it will be a big feature of Windows 8 where by all Metro processes that are not in use will automatically suspend.

As for usage in other editions of Windows, it is possible to suspend programs, it just isn't widely used. There is certainly nothing wrong or anything to worry about by doing it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.