P
ppanchal
We have a C# .NET application running on a Intermec 751 device. The O/S
is Pocket PC Version 4.20.0 (Build 14053). We are running CF version
1.0.4292.00. We are also using OpenNetCf.
When looking at our process list our multi form application sometimes
has a very high thread count. Our app is TAP.exe.
name pid threads
NK.EXE 0x181FF002 001
filesys.exe 0x981EE8CA 006
device.exe 0x58186626 066
gwes.exe 0x381EED6E 017
services.exe 0x77F1CF7A 009
KeyIcon.exe 0x37D505EE 002
shell32.exe 0x17EF941E 004
srvtrust.exe 0x57EAB946 005
connmgr.exe 0x37EFA002 002
ftpdce.exe 0x17A50EC2 004
DataServer.exe 0x57C1C0CE 012
TAP.exe 0x178EDE9A 034
Monitor.exe 0x97CCEAAA 001
IQueueCE.exe 0xF76B958A 004
SSClient.exe 0x376B9566 007
ndistray.exe 0xD7BA0B16 001
poutlook.exe 0x97B5CBE6 001
Is there a way to figure out what is causing new threads. We have
noticed once we get to the mid 200s our application starts experiencing
problems. Typically we see about 2 threads get added when a new forms
is loaded, after the form is closed/disposed, the thread count
decreases. Some devices periodically start creating threads. I have not
been able to diagnose
what is causing the high thread count.
is Pocket PC Version 4.20.0 (Build 14053). We are running CF version
1.0.4292.00. We are also using OpenNetCf.
When looking at our process list our multi form application sometimes
has a very high thread count. Our app is TAP.exe.
name pid threads
NK.EXE 0x181FF002 001
filesys.exe 0x981EE8CA 006
device.exe 0x58186626 066
gwes.exe 0x381EED6E 017
services.exe 0x77F1CF7A 009
KeyIcon.exe 0x37D505EE 002
shell32.exe 0x17EF941E 004
srvtrust.exe 0x57EAB946 005
connmgr.exe 0x37EFA002 002
ftpdce.exe 0x17A50EC2 004
DataServer.exe 0x57C1C0CE 012
TAP.exe 0x178EDE9A 034
Monitor.exe 0x97CCEAAA 001
IQueueCE.exe 0xF76B958A 004
SSClient.exe 0x376B9566 007
ndistray.exe 0xD7BA0B16 001
poutlook.exe 0x97B5CBE6 001
Is there a way to figure out what is causing new threads. We have
noticed once we get to the mid 200s our application starts experiencing
problems. Typically we see about 2 threads get added when a new forms
is loaded, after the form is closed/disposed, the thread count
decreases. Some devices periodically start creating threads. I have not
been able to diagnose
what is causing the high thread count.