Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: When to use forks, when to use threads ...?

by perrin (Chancellor)
on Sep 04, 2008 at 17:50 UTC ( [id://709078]=note: print w/replies, xml ) Need Help??


in reply to When to use forks, when to use threads ...?

It's a big question, so read up with Google and SuperSearch. The gist of it is that if you're on Windows you will usually prefer Perl threads to forking and on Unix it will be the opposite.
  • Comment on Re: When to use forks, when to use threads ...?

Replies are listed 'Best First'.
Re^2: When to use forks, when to use threads ...?
by Anonymous Monk on Sep 05, 2008 at 07:51 UTC
    Right, because on windows forking is emulated using threads, because windows doesn't have fork...
      I dunno... any time I've used that OS, I've thought "forking Windows...."
      -Bib

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-24 17:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found