in reply to Re^4: thread::share problem
in thread thread::share problem
Do you have other methods about of multithreading?
I'm used before "Thread" module for multithreading for controlling running threads, but Active State Perl Dev Kit so, "perlapp" cannot compile my project and getting same errors. Like this ; "Undefined ... &Thread::threads::running" and program stopping.
Therefore i'm using "Thread::Pool::Simple".
|
|---|