I'm developing a program in wxwidgets that has one worker thread that does COM stuff. I just noticed that it has two entries in the task manager. Looks like
myapp.exe*32
myapp.exe*32
Is this duplicate entry normal? I noticed most other processes don't. Hmm. What could cause this?
I'm using Windows 7 Ultimate 64 bit.