Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Multi-Threading in Perl

by vladb (Vicar)
on Dec 25, 2001 at 20:23 UTC ( [id://134290]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

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

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

    No recent polls found