in reply to External controlling of a multi-threaded Windows perl program
Create a thread first and don't load any GUI modules at all before that, then build the GUI and run main event loop in that one.
Use things like Thread::Queue or Thread::Queue::Any to communicate between the threads.
/J
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: External controlling of a multi-threaded Windows perl program
by weismat (Friar) on Nov 02, 2007 at 14:36 UTC |