in reply to Re: Multi-Threading in Perl
in thread Multi-Threading in Perl

Excuse me for having to make this separate thread, but here's an article that I found posted on this site by a fellow monk. It relates to 'threading' and how to use fork() under Windows OS for that matter (after all the functionality _is_ there... ;-). http://www.geeksalad.org/fork/all.html

"There is no system but GNU, and Linux is one of its kernels." -- Confession of Faith

Replies are listed 'Best First'.
Re: Re: Re: Multi-Threading in Perl
by Ven'Tatsu (Deacon) on Dec 26, 2001 at 00:34 UTC
    while fork() does work under windows it has a number of problems. If you use a module that has XS that is not thread safe fork() emulation will probably crash your program. It also has a problem with the regular expresion engin under some circumstances.
    Any one wanting to use fork() on windows should read the perlfork docs throughly.
A reply falls below the community's threshold of quality. You may see it by logging in.