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
_______________________________________________ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel
