码迷,mamicode.com
首页 >  
搜索关键字:threads    ( 782个结果
pthread_exit() in main()
Most threads call pthread_exit() implicitly on return from the thread start routine. Besides, pthread_exit() also can be used to terminate the initial process thread in main(), leaving other threa...
分类:其他好文   时间:2014-11-21 14:23:22    阅读次数:167
多线程编程之pthread线程深入理解
不同的平台和操作系统上 进程和线程的实现机制不完全一致但是一般来说线程栈都是独立的 只要得到地址就可以相互访问 Pthread是 POSIX threads 的简称,是POSIX的线程标准。 前几篇博客已经能给你初步的多线程概念,在进一步学习线程同步等多线程核心知识之前,需要对多线程深入的理...
分类:编程语言   时间:2014-11-17 17:42:36    阅读次数:170
ssh升级以及ssh: symbol lookup error: ssh: undefined symbol: EVP_aes_128_ctr错误处理
1、解压安装openssl包:(不能卸载openssl,否则会影响系统的ssl加密库文件,除非你可以做两个软连接libcryto和libssl)# tar -zxvf openssl-1.0.1.tar.gz# cd openssl-1.0.1#./config -fPIC threads shar...
分类:其他好文   时间:2014-11-17 13:52:57    阅读次数:10606
IPC 进程间通信
首先,为IPC、RPC、LPC做出一个总结,为后面的内容提供一个脉络。 一、关于IPC、RPC、LPC之间的关系。 IPC is a set of methods for the exchange of data among multiple threads in one or more proce...
分类:系统相关   时间:2014-11-11 20:32:48    阅读次数:605
linux 线程切换效率与进程切换效率相差到底有多大?
Author:DriverMonkey Mail:bookworepeng@Hotmail.com Phone:13410905075 QQ:196568501 Are Linux threads the same as other implementations? No. They are better -- while mostly keeping...
分类:编程语言   时间:2014-11-09 12:38:27    阅读次数:185
mysql 查看当前连接数
http://www.cnblogs.com/pcdelphi/archive/2009/10/31/2017990.html实战经验:>登录到mysql数据库的终端>show status;结果:看到Threads开头的没,Threads_connected就是当前的连接数其他的看英文就懂了吧.s...
分类:数据库   时间:2014-11-09 09:48:09    阅读次数:148
OpenMp之reduction求和
// OpenMP1.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include"omp.h"#include#include#includeusing namespace std;#define NUM_THREADS 4int _tmain(int arg...
分类:其他好文   时间:2014-11-06 21:48:13    阅读次数:140
向其他进程注入代码的三种方法
http://huaidan.org/archives/838.html原版地址:http://www.codeproject.com/threads/winspy.asp?df=100&forumid=16291&select=1025152&msg=1025152pdf格式下载:http://n...
分类:系统相关   时间:2014-11-06 07:03:57    阅读次数:229
LoadRunner--内存指标介绍
Threads——线程数当前全部线程数============================================Available MBytes——物理内存的可用数指计算机上可用于运行处理的有效物理内存的字节数量。这个计数器只显示上一次观察到的值;它不是一个平均值。至少要有10%的物理...
分类:其他好文   时间:2014-11-05 10:35:02    阅读次数:151
ytforum(1)创建你的数据库
php artisan migrate:make create_users_table create_forum_groups_table create_forum_categories_table create_forum_threads_table create_forum_comme...
分类:数据库   时间:2014-11-02 22:21:35    阅读次数:158
782条   上一页 1 ... 68 69 70 71 72 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!