worker_processes 8;#nginx进程数,建议设置为等于CPU总核心数worker_connections 65535;#单个进程最大连接数(最大连接数=连接数*进程数)client_header_buffer_size 32k; #上传文件大小限制large_client_head
分类:
其他好文 时间:
2016-02-01 01:56:15
阅读次数:
116
简单介绍下NodeJS现有API。 Assert(断言):该模块用于编写程序的单元测试用例。 Buffer(缓冲块) :处理二进制数据。 C/C++ Addons(拓展):Addons插件就是动态连接库。 Child Processes(子进程):提供了类似 popen(3) 的处理三向数据流(st
nginx.conf配置如下: user nginx nginx;worker_processes 4; error_log logs/error.log error; pid logs/nginx.pid;worker_rlimit_nofile 102400; events { use epol
分类:
其他好文 时间:
2016-01-29 12:15:21
阅读次数:
136
可能是数据库上当前的连接数目已经超过了它能够处理的最大值.selectcount(*)fromv$process--当前的连接数selectvaluefromv$parameterwherename='processes'--数据库允许的最大连接数修改最大连接数:altersystemsetproc...
分类:
移动开发 时间:
2016-01-25 18:51:29
阅读次数:
140
1、修改Oracle最大连接数的方法http://my.oschina.net/shootercn/blog/11193 a、以sysdba身份登陆PL/SQL 或者 Worksheetsqlplus sys as sysdba b、查询目前连接数show parameter processes; ...
分类:
数据库 时间:
2016-01-25 16:31:47
阅读次数:
181
#user nobody;worker_processes 1;error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx....
分类:
Web程序 时间:
2016-01-22 16:58:23
阅读次数:
250
1.nginx.conf#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid ...
分类:
其他好文 时间:
2016-01-22 10:44:46
阅读次数:
177
近期在做项目的过程中,使用oracle时碰到了如下两个异常:ORA-12519, TNS:no appropriate service handler found;ORA-00020:maximum number of processes (150) exceeded。下文我们就来看一下产生此问题的...
分类:
其他好文 时间:
2016-01-16 07:32:44
阅读次数:
252
安卓源代码:https://android.googlesource.com/?format=HTML使用binder,应用可以跟系统或者其他应用通讯 (it is used in almost everything that happens across processes in the core...
分类:
移动开发 时间:
2016-01-10 22:32:22
阅读次数:
259
先上官方的说明gateway is a command line utility for sending messages and commands to Genesis processes. The gateway command works between all systems that ar...