Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Re: Multi-Threading in Perl

by Ven'Tatsu (Deacon)
on Dec 26, 2001 at 00:34 UTC ( [id://134309]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://134309]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found