leonzhang
常用链接
我的随笔
我的评论
我参与的随笔
留言簿
给我留言
查看公开留言
查看私人留言
随笔分类
programming C on linux platform with API & stand C lib
(rss)
随笔档案
2012年5月 (4)
搜索
最新评论
1. re: C/C++ on Liunx platform 第四篇 thread control
linux都写错了我狂汗
--nk_ysg
2. re: C/C++ on Liunx platform 第四篇 thread control
准确的说,多线程可以提高吞吐量。
如果说提高效率,需要多CPU,或者multicore的硬件支持。
--leo_ zhang
3. re: C/C++ on Liunx platform 第三篇 process control
很好,言简意赅,再全面些会更好。
--javafans
4. re: C/C++ on Liunx platform 第二篇 I/O
基础知识,很好
--javafans
5. re: C/C++ on Liunx platform 第一篇 基本概念和必要知识
多谢捧场,交流共同进步。
--leon_zhang
阅读排行榜
1. C/C++ on Liunx platform 第四篇 thread control (1446)
2. C/C++ on Liunx platform 第一篇 基本概念和必要知识(1420)
3. C/C++ on Liunx platform 第三篇 process control (1419)
4. C/C++ on Liunx platform 第二篇 I/O(1331)
评论排行榜
1. C/C++ on Liunx platform 第一篇 基本概念和必要知识(3)
2. C/C++ on Liunx platform 第四篇 thread control (2)
3. C/C++ on Liunx platform 第二篇 I/O(1)
4. C/C++ on Liunx platform 第三篇 process control (1)
Powered by:
博客园
模板提供:
沪江博客
C++博客
|
首页
|
发新随笔
|
发新文章
|
联系
|
聚合
|
管理
C/C++ on Liunx platform 第四篇 thread control
线程优点(对比进程):
1.开销小
2.由于同在一个进程中,各线程之间很方便的访问共享数据。
线程典型应用:异步处理机制;处理blocking IO;
线程函数定义在<pthread.h>
线程对于共享数据的同步机制:
1.显式互斥锁mutex_t
...
避免频繁创建销毁线程的开销,可使用线程池复用线程,参考boost threadpool.
<to be continue...>
发表于 2012-05-08 22:23
leon_zhang
阅读(1446)
评论(2)
编辑
收藏
引用
评论
#
re: C/C++ on Liunx platform 第四篇 thread control
回复
更多评论
准确的说,多线程可以提高吞吐量。
如果说提高效率,需要多CPU,或者multicore的硬件支持。
#
re: C/C++ on Liunx platform 第四篇 thread control
回复
更多评论
linux都写错了我狂汗
刷新评论列表
只有注册用户
登录
后才能发表评论。
【推荐】100%开源!大型工业跨平台软件C++源码提供,建模,组态!
网站导航:
博客园
IT新闻
BlogJava
知识库
博问
管理