in reply to Perl/Tk Multithreading
isn't clear. What do you expect that to do?$FunctionsToLaunchThread{$FunctionName}->@ArgumentsThread);
Also, you may have seen that while(1) thread code construct, from early examples of running threads from Tk, but now with later versions of Threads you can use signals to kill threads. See using the thread->kill() feature on linux
Finally, since you are using some network code, you may be getting blocking on i/o, see Threads, bash, and networking
It would be useful for you to create as simple of a running script as possible, which demonstrates your problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl/Tk Multithreading
by mahis_431 (Novice) on Jul 17, 2011 at 14:46 UTC | |
by zentara (Cardinal) on Jul 18, 2011 at 11:55 UTC | |
|
Re^2: Perl/Tk Multithreading
by mahis_431 (Novice) on Jul 17, 2011 at 15:09 UTC |