in reply to Re: External controlling of a multi-threaded Windows perl program
in thread External controlling of a multi-threaded Windows perl program
I am using Thread::Queue already. Most of my multithreaded modules use this module. Only if I need real two-way communication, than I use the cond_wait and cond_signal. I have some experience with POSIX threads and the queue implementation in Perl is really elegant.