发布时间:2013-05-27 17:43:26
转自http://www.ibm.com/developerworks/cn/linux/l-affinity.html 为什么(3 个原因)以及如何使用硬(相对于软)CPU 亲和性(affinity) Eli Dow 是位于 Poughkeepsie, NY. 的 IBM Linux Test and Integration Center 的一名软件工程师。他拥有 Clarkson 大学的计算机科学和心理学学.........【阅读全文】
发布时间:2013-05-24 16:53:44
整理网络资料 system()的返回值和shell的返回值是两个概念。当system()调用shell时,system返回错误,则shell一定执行错误,若返回正确shell不一定执行成功。man system#include int system(const char * command); system函数对返回值的处理,涉及3个.........【阅读全文】
发布时间:2013-05-24 09:33:06
首先,这篇文章来自于July整理的PDF,我觉得很好,但是毕竟不是很方便阅读,所以,在这里整理下,以便随时可以温习。 这个问题不是很难,但是,想到如此多的思路不是很容易,很佩服July的思维的活跃以及善于对知识的整理。 下面,我们进入正题。第一节、一个两个字.........【阅读全文】
发布时间:2013-05-07 09:24:36
我们接上一篇继续学习,这一篇的重点放在线程栈上。 我们用过pthread_create接口,也用过pthread_self接口,请看manual中的声明: #include int pthread_create(pthread_t *thread, const pthread_.........【阅读全文】