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

Re: Critical sections; In the Perl interpreter

by BrowserUk (Patriarch)
on Feb 16, 2017 at 19:03 UTC ( [id://1182161]=note: print w/replies, xml ) Need Help??


in reply to Critical sections; In the Perl interpreter

why after starting 150 web spider threads ... I proposed that each of those threads was a separate process,

Which is it? Threads or processes?

If it is threads, then there are internal locks, but they are mostly to do with (explicitly) shared memory.

More likely is that those 150 threads are over-subscribing his memory and forcing swapping. Have him check top/Process Manager.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". The enemy of (IT) success is complexity.
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re: Critical sections; In the Perl interpreter

Log In?
Username:
Password:

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

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

    No recent polls found