码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
EBS与FMW集成工作流管理器的检查
工作流管理器的检查点(DB层面):--1:数据库job aq参数设置,建议设置job_queue_processes》=10select p.NAME,p.DESCRIPTION,p.VALUE fromv$parameter pwhere p.name in('job_queue_processe...
分类:其他好文   时间:2014-07-16 22:57:24    阅读次数:206
nginx优化 实现10万并发访问量
一般来说nginx配置文件中对优化比较有作用的为以下几项:worker_processes 8;1 nginx进程数,建议按照cpu数目来指定,一般为它的倍数。worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100...
分类:其他好文   时间:2014-07-16 19:51:46    阅读次数:185
Validating Receipts Locally
Validating Receipts Locally Perform receipt validation immediately after your app is launched, before displaying any user interface or spawning any child processes. Implement this check in the ma...
分类:其他好文   时间:2014-07-16 11:48:20    阅读次数:267
POJ 2299 Ultra-QuickSort
Ultra-QuickSort Description In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacent sequence eleme...
分类:其他好文   时间:2014-07-16 09:00:13    阅读次数:240
[原]Threads vs Processes in Linux 分析
Linux中thread (light-weighted process) 跟process在實作上幾乎一樣。最大的差異來自於,thread 會分享 virtual memory address space.a. 從kernel角度看兩者沒差別,在user看來process是least shared...
分类:系统相关   时间:2014-07-11 20:41:54    阅读次数:308
修改数据库最大链接数
背景叙说:多个应用在同一数据库在建立多个用户,并进行访问的时候。这时,我们需要注意数据库的最大链接数。第一步,在cmd命令行,输入sqlplus第二步,根据提示输入用户名与密码1.查看processes和sessions参数SQL>showparameterprocessesNAMETYPEVALUEdb_writer_processesin..
分类:数据库   时间:2014-07-09 08:05:58    阅读次数:272
nginx.conf 配置文件中文说明
###############################nginx.conf 配置文件中文说明 #user nobody; # user 主模块指令,指令nginx worker 运行用户和用户组(user xxxuser xxxgroup) ,默认由nobody运行 worker_processes 1; # worker_pro...
分类:其他好文   时间:2014-07-08 14:00:04    阅读次数:188
Nginx配置文件详细说明
Nginx服务器nginx.conf的配置文件说明, 部分注释收集与网络.#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pid /va...
分类:其他好文   时间:2014-07-05 21:31:22    阅读次数:183
Nginx 配置文件模板
user www www;worker_processes 2;error_log /usr/local/nginx/logs/nginx_error.log crit;pid /usr/local/nginx/logs/nginx.pid;#Specifies the valu...
分类:其他好文   时间:2014-07-05 20:48:19    阅读次数:245
cwan Nginx 配置
194#user nobody;worker_processes 8;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;event...
分类:其他好文   时间:2014-07-03 09:31:43    阅读次数:457
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!