in reply to ithreads or fork() what you recommend?
Depends, which version of perl for which platform?
In general, based on age and simplicity, fork ought to be more reliable if that works for your purposes ( or if forks works ), because if a child fork segfaults it shouldn't affect the parent, but if a child thread segfaults, it probably might affect the parent
Vague, I know :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: ithreads or fork() what you recommend?
by pawan68923 (Novice) on May 19, 2012 at 06:42 UTC |