in reply to Re: Re: Multi-Threading in Perl
in thread Multi-Threading in Perl
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.