Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Things you need to know before programming Perl ithreads

by msarfy (Initiate)
on Mar 01, 2004 at 08:13 UTC ( [id://332818]=note: print w/replies, xml ) Need Help??


in reply to Things you need to know before programming Perl ithreads

> But that's just because it does a fork(), which in modern *nixes is very fast.

this unfortunately is not true now, because while pages are still 4kB, memory rapidly grows last few years, so if process uses 500MB, it has around 125.000 pages, and just copy page descriptor tables take about 0,5 sec.
  • Comment on Re: Things you need to know before programming Perl ithreads

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found