
Is there a boost library that provides information like: 1) Number of CPU cores ? 2) Total amount of system RAM ? 3) Other system and hardware basics ? Regards, -Sid Sacek

Thank you. This is a good start. Maybe this kind of library is useful to programmers other than me. -Sid Sacek -----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Christian Henning Sent: Monday, December 22, 2008 10:30 AM To: boost@lists.boost.org Subject: Re: [boost] Computer Properties Hi,
1) Number of CPU cores ?
boost::thread::hardware_concurrency() soon to be std::thread::hardware_concurrency(). Christian _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

It would nice to have one ... + list whole hardware list and detail info + process : create, kill, list, ... Regards, Miroslav 2008/12/22 Sid Sacek <heavyreign@optonline.net>:
Is there a boost library that provides information like:
1) Number of CPU cores ? 2) Total amount of system RAM ? 3) Other system and hardware basics ?
Regards, -Sid Sacek
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
Christian Henning
-
Miroslav Beranič ml.
-
Sid Sacek