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

Re: How fast is fast?

by sundialsvc4 (Abbot)
on Aug 08, 2011 at 21:10 UTC ( [id://919324]=note: print w/replies, xml ) Need Help??


in reply to How fast is fast?

A chain is only as strong as its weakest link.   A processing system is only as fast as its slowest component, multiplied by the queue-size that results from that differential in speed.

It is very, very often the case that “the slowest component” is precisely the same as it has always been:   the disk drives.   Not the networks, not the CPUs or the number thereof.

In my opinion, the best way to get definitive answers is:   simulation.   Except in the very rare case of processing that actually involves CPU-intensive activity, the number of CPUs or cores can almost always be omitted.   What matters are things like ... cache hit ratios, data distributions, and I/O avoidance.   And this has more or less been true for about sixty years now.

Replies are listed 'Best First'.
Re^2: How fast is fast?
by Logicus (Initiate) on Aug 08, 2011 at 23:11 UTC
      Help what?
        disc i/o speed, they are solid state, upto 512GB

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found