码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
Nginx配置文件说明
在此记录下Nginx服务器nginx.conf的配置文件说明, 部分注释收集与网络.#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pi...
分类:其他好文   时间:2015-07-27 20:31:33    阅读次数:94
nginx 高并发配置参数(转载)
一、一般来说nginx 配置文件中对优化比较有作用的为以下几项:1. worker_processes 8;nginx 进程数,建议按照cpu 数目来指定,一般为它的倍数 (如,2个四核的cpu计为8)。2. worker_cpu_affinity 00000001 0000001000000100...
分类:其他好文   时间:2015-07-24 16:02:40    阅读次数:113
openresty的lua相关配置
user??surjur; worker_processes??1; #error_log??logs/error.log; #error_log??logs/error.log??notice; #error_log??logs/error.log??info; #pid????????logs/nginx.pid; events?{...
分类:其他好文   时间:2015-07-24 13:11:34    阅读次数:348
nginx基本介绍(基于官方文档)
nginx has one master process and several worker processes. The main purpose of the master process is to read and evaluate configuration, and maintain worker processes. Worker processes do actual proce...
分类:其他好文   时间:2015-07-24 01:36:31    阅读次数:205
进程控制(Note for apue and csapp)
1. Introduction We now turn to the process control provided by the UNIX System. This includes the creation of new processes, program execution, and pr...
分类:移动开发   时间:2015-07-23 19:48:11    阅读次数:238
Physiological Processes of Speech Production--Reading Notes (8)
Physiological Processes of Speech Production--Reading Notes (8)...
分类:其他好文   时间:2015-07-18 02:07:14    阅读次数:131
Oracle 错误 maximum number of processes(150) exceeded 解决办法
网上很多同行应该都遇到过这个问题,百度一搜 千篇一律的处理办法,就是加大进程数。但是我这边情况不一样,因为我的Oracle 11g是早上刚装的,跟本没人用,我用PLSQL链接照样说不能链接。我就在想,到底哪里出了问题,很郁闷。最后我就想,是不是跟服务启动的数量有关系?如下图:结果就是服务一停掉,马上...
分类:数据库   时间:2015-07-16 19:18:51    阅读次数:210
Physiological Processes of Speech Production--Reading Notes (6)
Physiological Processes of Speech Production--Reading Notes (6)...
分类:其他好文   时间:2015-07-16 17:01:07    阅读次数:174
Physiological Processes of Speech Production--Reading Notes (7)
Physiological Processes of Speech Production--Reading Notes (7)...
分类:其他好文   时间:2015-07-16 16:51:40    阅读次数:106
Physiological Processes of Speech Production--Reading Notes (5)
Physiological Processes of Speech Production--Reading Notes (5)...
分类:其他好文   时间:2015-07-16 02:11:42    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!