in reply to Re^3: Isolating dynamically loaded modules with Thread::Isolate.
in thread Isolating dynamically loaded modules with Thread::Isolate.
I you don't need inter-task communications, then I agree, but the biggest problem people have with using threads is trying to use them in the same way that forks are used. This is true of whether using iThreads or pthreads, or most other forms of threading.
Frankly, my biggest problem with using threads in Perl is that the implementation isn't very good. It's slow, uses a ton of memory and has some very non-intuitive restrictions. It feels exactly like what it is - a second-rate feature added as an after-thought.
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Isolating dynamically loaded modules with Thread::Isolate.
by BrowserUk (Patriarch) on Jan 31, 2005 at 04:32 UTC | |
by perrin (Chancellor) on Feb 01, 2005 at 01:31 UTC | |
by BrowserUk (Patriarch) on Feb 01, 2005 at 01:59 UTC |