At 18.15 13/11/2003, you wrote: >And another thing to discuss is Suspend()/Resume() which isn't really >possible on posix-compliant systems, you can send a signal to the target thread (pthread_kill), handled by waiting indefinitely on a semaphore created by BeginThread and associated (pthread_setspecific) to the new thread