how to use quad core CPU in application

Posted by Mayank on Stack Overflow See other posts from Stack Overflow or by Mayank
Published on 2010-03-30T13:16:02Z Indexed on 2010/03/30 13:23 UTC
Read the original article Hit count: 361

For using all the cores of a quad core processor what do I need to change in my code is it about adding support of multi threading or is it which is taken care by OS itself. I am having FreeBSD and language I am using is C++. I want to give complete CPU cycles to my application at least 90%.

© Stack Overflow or respective owner

Related posts about c++

Related posts about freebsd