What are the handle in the Windows Task Manager?

  • Thread starter Thread starter John Mark Howell
  • Start date Start date
J

John Mark Howell

What type of handles is being referred to when you see them in the Windows
Task Manager? I have a non-GUI windows service with handles that are being
slowly accumulated until the Service finally hangs up. I can't seem to find
any source. It is a C# .Net v1.1 Windows Service using OleDb.
 
Can be anything. There's lots of different types. OH from support tools might help.

C:\Program Files\Support Tools>oh -p 1736 -a -v -s (1736 is SMAgent - my sound service)
//
// TIME: 2006-01-07 02:33
// MACHINE: SERENITY
// BUILD: 2600
// OH version: built by: dnsrv_dev(v-smgum)
//
//
000006C8 SMAgent.exe KeyedEvent 0004 \KernelObjects\CritSecOutOfMemoryEve
nt
000006C8 SMAgent.exe Directory 0008 \KnownDlls
000006C8 SMAgent.exe File 000c \WINDOWS\system32
000006C8 SMAgent.exe Key 0010 \REGISTRY\MACHINE
000006C8 SMAgent.exe Directory 0014 \Windows
000006C8 SMAgent.exe Port 0018
000006C8 SMAgent.exe Event 001c
000006C8 SMAgent.exe Section 0020
000006C8 SMAgent.exe WindowStation 0024 \Windows\WindowStations\Service-0x0-
3e7$
000006C8 SMAgent.exe Desktop 0028 \Default
000006C8 SMAgent.exe WindowStation 002c \Windows\WindowStations\Service-0x0-
3e7$
000006C8 SMAgent.exe Directory 0030 \BaseNamedObjects
000006C8 SMAgent.exe Semaphore 0034 \BaseNamedObjects\shell.{A48F1A32-A3
40-11D1-BC6B-00A0C90312E1}
000006C8 SMAgent.exe Event 0038
000006C8 SMAgent.exe File 003c \WINDOWS\WinSxS\x86_Microsoft.Window
s.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
000006C8 SMAgent.exe File 0040 \net\NtControlPipe9
000006C8 SMAgent.exe Event 0044
000006C8 SMAgent.exe Event 0048
000006C8 SMAgent.exe Event 004c
000006C8 SMAgent.exe Thread 0050
000006C8 SMAgent.exe File 0054
000006C8 SMAgent.exe Event 0058
000006C8 SMAgent.exe Port 005c
000006C8 SMAgent.exe Event 0060 \BaseNamedObjects\SMAgentDataReadyEv
entForSMCP
000006C8 SMAgent.exe Event 0064 \BaseNamedObjects\SMAgentDataDoneEve
ntForSMCP
000006C8 SMAgent.exe Section 0068 \BaseNamedObjects\SMAgentMappedMemor
yForSMCP
000006C8 SMAgent.exe Event 006c
000006C8 SMAgent.exe Thread 0070
Summary:
Directory 3
Thread 2
Event 9
Semaphore 1
KeyedEvent 1
WindowStation 2
Desktop 1
Section 2
Key 1
Port 2
File 4

C:\Program Files\Support Tools>
 
Thanks David, I'm trying it now.

"David Candy" <.> wrote in message
Can be anything. There's lots of different types. OH from support tools
might help.

C:\Program Files\Support Tools>oh -p 1736 -a -v -s (1736 is SMAgent - my
sound service)
 
Back
Top