Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Multi-core and the future

by John M. Dlugosz (Monsignor)
on Aug 31, 2008 at 21:36 UTC ( [id://708073]=note: print w/replies, xml ) Need Help??


in reply to Multi-core and the future

I'm using a 16-core machine at work, for testing the server apps I'm working on. I found that MS Visual Studio will spawn multiple copies of cl to compile, so it really compiles the large project faster!

A server application made around the concept of multiple worker threads dispatching off incoming events will naturally like more cores.

Also, even if the threads can't really work concurrently but proceed in lock-step, having each on a different core still improves the switching time.

—John

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-24 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found