threading

rmatthew

Centurion
Joined
Dec 30, 2002
Messages
115
Location
Texas
I have a thread that when it exits/starts seems to start/stop more than once?? What follows is a part of Debug. The ACOff comes from the 'Power Monitor' Thread and the Client Thread Start comes from a seperate/'spin off' of the 'Power Monitor' Thread. Can somebody explain to me what is happening / is this normal?

The thread 'Power Monitor' (0xd00) has exited with code 0 (0x0).
ACOff
The thread 'Power Monitor' (0xdc4) has exited with code 0 (0x0).
The thread 'Power Monitor' (0xcac) has exited with code 0 (0x0).
ACOff
ACOff
The thread 'Power Monitor' (0xe18) has exited with code 0 (0x0).
The thread 'Power Monitor' (0xe10) has exited with code 0 (0x0).
Client Thread Start
Client Thread Start
Client Thread Start
Client Thread Start
Client Thread Start

Does this mean
 
Back
Top