Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

RE: RE (tilly) 2: Threads vs Forking (Java vs Perl)

by JanneVee (Friar)
on Aug 25, 2000 at 16:30 UTC ( [id://29645]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to RE (tilly) 2: Threads vs Forking (Java vs Perl)
in thread Threads vs Forking (Java vs Perl)

Actually Cluster may have more to do with Multiprocessor than you think.

This I know... :)

You can buy a 4 processor SMP or a 16 processor cluster at roughly the same cost. So start worrying. But the point is... It is not a good thing to use global variables (shared variables) for the locking problems(including the fine grained stuff that is in the slides) or bandwith reasons.

But my conclusion on the slides (that I can make out with in a few minutes)... That it is more pro-forking than pro-threading. Am I correct?

/Janne

  • Comment on RE: RE (tilly) 2: Threads vs Forking (Java vs Perl)

Replies are listed 'Best First'.
RE (tilly) 4: Threads vs Forking (Java vs Perl)
by tilly (Archbishop) on Aug 25, 2000 at 17:25 UTC
    Well it is more anti-SMP than anything else. :-)

    But at a deeper level it is about why forking entire copies of the OS into a virtual cluster should scale better than trying the multi-threaded SMP approach. So yes, it does support forking.

    Besides which, if you take this approach, then on monster boxes forking should scale better than threading.

    An incidental note. There are problems that the 4 CPU box can outperform the 16-processor cluster at. But for most people the cluster is a better answer, and Linus is very aware of that.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://29645]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.