码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
Shutdown Immediate 挂起/活动的processes 阻止shutdown
http://blog.csdn.net/msdnchina/article/details/37613451 Shutdown Immediate 挂起/活动的processes 阻止shutdown 原文:Shutdown Immediate Hangs / Active Processes P ...
分类:其他好文   时间:2018-03-01 14:50:05    阅读次数:165
Nginx 配置文件 nginx.conf 详解
Nginx的配置文件nginx.conf配置详解如下: user nginx nginx; #Nginx用户及组:用户 组。window下不指定 worker_processes 8; #工作进程:数目。根据硬件调整,通常等于CPU数量或者2倍于CPU。 error_log logs/error.l ...
分类:其他好文   时间:2018-02-24 13:03:19    阅读次数:227
nginx优化
优化类型 隐藏nginx版本信息优化 修改nginx配置文件实现优化 修改nginx版本信息优化 修改nginx源码配置文件 nginx-1.6.3/src/core/nginx.h ngx_http_header_filter_module.c 修改nginx软件work_processes进程用 ...
分类:其他好文   时间:2018-02-24 11:40:33    阅读次数:167
poj2299 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 ...
分类:其他好文   时间:2018-02-23 20:51:27    阅读次数:215
ORA-00020: maximum number of processes (1000) 错误处理
ERROR:ORA-00020: maximum number of processes (1000) exceeded
分类:其他好文   时间:2018-02-23 19:11:39    阅读次数:168
转载:2.2 Nginx配置的通用语法《深入理解Nginx》(陶辉)
原文:https://book.2cto.com/201304/19625.html Nginx的配置文件其实是一个普通的文本文件。下面来看一个简单的例子。user nobody;worker_processes 8;error_log /var/log/nginx/error.log error;... ...
分类:其他好文   时间:2018-02-23 16:01:15    阅读次数:148
并发编程复习
一、多进程 1.创建并开启子进程的两种方式 2.守护进程 主进程创建守护进程 其一:守护进程会在主进程代码执行结束后就终止 其二:守护进程内无法再开启子进程,否则抛出异常:AssertionError: daemonic processes are not allowed to have child ...
分类:其他好文   时间:2018-02-16 17:23:10    阅读次数:241
subprocess模块
我们经常需要通过Python去执行一条系统命令或脚本,系统的shell命令是独立于你的python进程之外的,每执行一条命令,就是发起一个新进程,通过python调用系统命令或脚本的模块在python2有os.system, 这条命令的实现原理是什么呢?(视频中讲,解释进程间通信的问题...) 除了 ...
分类:其他好文   时间:2018-02-14 23:38:10    阅读次数:217
高斯过程(转)
http://36kr.com/p/5114423.html http://bridg.land/posts/gaussian-processes-1 http://www.gaussianprocess.org/ http://www.360doc.com/content/17/0810/05/4 ...
分类:其他好文   时间:2018-02-12 21:38:42    阅读次数:280
Nginx原理解析和配置摘要
前言 Nginx作为高性能的http服务器,知名度不必多言,相似产品中无出其右。本篇随笔记录我认为较为重要的原理和配置。 1. 原理解析 1.1 结构 以上是Nginx的结构图,其包含一个master和n个worker,master_processes用于外部通信和统一管理其下worker_proc ...
分类:其他好文   时间:2018-02-12 20:07:39    阅读次数:179
1265条   上一页 1 ... 46 47 48 49 50 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!