E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Prefork
ulimit
测试:1 apache服务,
prefork
模式,5000的并发的小文件正常服务 2 更换为lighttp
firslien
·
2009-03-04 15:57
职场
ulimit
休闲
ulimit
测试:1apache服务,
prefork
模式,5000的并发的小文件正常服务2更换为lighttpd,5000并发大量连接无法建立/var/log/mes
firslien
·
2009-03-04 15:57
职场
休闲
ulimit
php底层深度探索(3) ---Apache启动阶段分析 王泽宾
闲话少叙,书接上回: l Apache的生命周期这一节的内容将会阐述php模块的载入过程,请参考Apache的生命周期示意图(
prefork
模式下)。Apache的运行分为启动阶段和运行阶段。
wangzebin
·
2009-02-19 16:42
apache
PHP
深度探索
王泽宾
php深度探索
php底层深度探索(3) ---Apache启动阶段分析 王泽宾
闲话少叙,书接上回:lApache的生命周期这一节的内容将会阐述php模块的载入过程,请参考Apache的生命周期示意图(
prefork
模式下)。Apache的运行分为启动阶段和运行阶段。
wangzebin
·
2009-02-19 16:42
php
apache
王泽宾
网站架构
2008 总结
完成了若干计划中的方案:异步写,
prefork
iunknown
·
2009-01-17 23:00
游戏
生活
读书
全文检索
对apache中并发控制参数
prefork
理解和调优
一个apache有linux下的并发不是很高的,大约到3K的样子(其实处理的http的请求可能只有300/s),普通的服务器都会不同程度的出现问题.apache有关并发控制主要是
prefork
和worker
leonzhang2008
·
2009-01-06 15:00
apache
工作
linux
unix
服务器
活动
lighttpd 优化 参数配置
相信你也见过不少了.这里稍微摘出lighttpd的几个优化参数看一看.1最大连接数默认是1024修改server.max-fds,大流量网站推荐2048.因为lighttpd基于线程,而apache(MPM-
prefork
starxu85
·
2008-12-04 00:00
apache
优化
linux
网络
lighttpd
FreeBSD
查看Apache并发请求数及其TCP连接状态
#
prefork
MPM # StartServers: number of server processes to start # MinSpareServers: minimum number
brucectl
·
2008-12-02 12:00
apache
应用服务器
linux
活动
查看Apache并发请求数及其TCP连接状态
#
prefork
MPM # StartServers: number of server processes to start # MinSpareServers: minimum number
brucectl
·
2008-12-02 12:00
apache
应用服务器
linux
活动
Apache的
prefork
模式和worker模式(ZZ)
prefork
模式这个多路处理模块(MPM)实现了一个非线程型的、预派生的web服务器,它的工作方式类似于Apache1.3。它适合于没有线程安全库,需要避免线程兼容性问题的系统。
hxxiaopei
·
2008-11-24 08:00
查看服务器连接数
查看Apache连接数因每个访问者都会在服务器上打开一个进程作提供服务查看进程数量,判断连接人数ps-ef|grephttpd|wc-lpstree|grephttpd查看httpd进程数(即
prefork
sunday_qq
·
2008-10-22 11:40
职场
服务器
休闲
服务器和存储
查看服务器连接数
查看Apache连接数因每个访问者都会在服务器上打开一个进程作提供服务查看进程数量,判断连接人数ps-ef|grephttpd|wc-lpstree|grephttpd 查看httpd进程数(即
prefork
sunday_qq
·
2008-10-22 11:40
职场
服务器
连接数
休闲
apache 2压缩功能的启用和配置,并发配置
以下文章由网上总结和汇总.apache有关并发控制主要是
prefork
和worker二个其中一个来控制.我们可以使用httpd-l来确定当前使用的MPM是
prefork
.c,还是Worker.c.
radkitty
·
2008-10-12 01:00
apache
css
Module
input
output
compression
apache中并发控制参数
prefork
理解和调优
www.ixdba.net/article/ce/1998.html[/url] 一个apache有linux下的并发不是很高的,大约到3K的样子,普通的服务器都会不同程度的出现问题.apache有关并发控制主要是
prefork
tempid2008
·
2008-09-26 15:01
apache
并发
参数
控制
prefork
Apache的
prefork
模式和worker模式
prefork
模式这个多路处理模块(MPM)实现了一个非线程型的、预派生的web服务器,它的工作方式类似于Apache1.3。它适合于没有线程安全库,需要避免线程兼容性问题的系统。
sunday_qq
·
2008-09-17 10:36
apache
职场
worker
休闲
prefork
查看Apache并发请求数及其TCP连接状态
这两天搭建了一组Apache服务器,每台服务器4G内存,采用的是
prefork
模式,一开始设置的连接数太少了,需要较长的时间去响应用户的请求,后来修改了一下Apache2.0.59的配置文件httpd.conf
starxu85
·
2008-07-18 09:00
经验和修正:关于Fleaphp运行于apache2+worker+fcgid
阅读更多一直不是很满意apache2的
prefork
模式对内存的占用,感觉速度也慢了点,另外php很多模块都不是线程安全的,所以采用fastcgi来运行php,,我认为比较好但是apache2自己的fastcgid
lonestone
·
2008-07-09 12:00
PHP
Ubuntu
Linux
CGI
Google
经验和修正:关于Fleaphp运行于apache2+worker+fcgid
一直不是很满意apache2的
prefork
模式对内存的占用,感觉速度也慢了点,另外php很多模块都不是线程安全的,所以采用fastcgi来运行php,,我认为比较好 但是apache2自己的fastcgid
lonestone
·
2008-07-09 12:00
PHP
linux
Google
ubuntu
cgi
查看Apache并发请求数及其TCP连接状态
这两天搭建了一组Apache服务器,每台服务器4G内存,采用的是
prefork
模式,一开始设置的连接数太少了,需要较长的时间去响应用户的请求,后来修改了一下Apache2.0.59的配置文件httpd.conf
dimple
·
2008-06-24 19:00
apache
linux
应用服务器
活动
ServerLimit修改注意事项
2、ServerLimit的最大值是20000,如果还需要加大的话,需要秀给源代码目录下的server/mpm/
prefork
/
prefork
.c中的#defineDEFAULT_
link101
·
2008-04-23 11:24
修改
休闲
注意
事项
ServerLimit
ServerLimit修改注意事项
2、ServerLimit的最大值是20000,如果还需要加大的话,需要秀给源代码目录下的server/mpm/
prefork
/
prefork
.c中的#defineDEFAULT_SERVER_LIMIT25
link101
·
2008-04-23 11:24
修改
休闲
事项
Linux
lighttpd优化
因为lighttpd基于线程,而apache(MPM-
prefork
)基于子进程,所以apache需要设置startservers,maxclients等,这里不需要 2
neptune
·
2008-03-26 16:00
apache
linux
网络应用
lighttpd
FreeBSD
lighttpd优化
因为lighttpd基于线程,而apache(MPM-
prefork
)基于子进程,所以apache需要设置startservers,maxclients等,这里不需要 2
neptune
·
2008-03-26 16:00
apache
linux
网络应用
lighttpd
FreeBSD
话说性能测试
就拿nginx和apache比较而言吧,首先说一下nginx在linux工作于epoll模式,而apache默认是
prefork
工作模式,这个本来就没法比。
masterkey
·
2008-03-14 13:00
nginx
Apache
Debian
Vmware
lighttpd
话说性能测试
就拿nginx和apache比较而言吧,首先说一下nginx在linux工作于epoll模式,而apache默认是
prefork
工作模式,这个本来就没法比。
masterkey
·
2008-03-14 13:00
apache
vmware
nginx
Debian
lighttpd
话说性能测试
就拿nginx和apache比较而言吧,首先说一下nginx在linux工作于epoll模式,而apache默认是
prefork
工作模式,这个本来就没法比。
masterkey
·
2008-03-14 13:00
nginx
Apache
Debian
Vmware
lighttpd
prefork
or threaded
今天设置了一下nginxfastcgi的timeout参数,还是把djangofastcgi切回到
prefork
模式。
FeiSan
·
2008-01-23 14:00
nginx
django
nginx真是不错
服务器上跑的主要是Django的应用,因为之前这台服务器有别人部署的应用,需要用Apache,所以用的是
prefork
+mod_python
FeiSan
·
2008-01-05 10:00
apache
nginx
django
python
服务器
防火墙
apache的状态
这两天搭建了一组Apache服务器,每台服务器4G内存,采用的是
prefork
模式,一开始设置的连接数太少了,需要较长的时间去响应用户的请求,后来修改了一下Apache2.0.59的配置文件httpd.conf
eroswang
·
2008-01-01 21:00
apache
linux
server
tcp
服务器
图形
SPProcPool: Unix/Linux 上的进程池服务器框架
主要包含了几种不同类型的进程池的实现:一个基于Leader/Follower模式的服务器端进程池(类似apache的
prefork
模型);一个组合了
Prefork
和线程池的服务器端框架(类似apache
iunknown
·
2007-12-09 11:00
Unix
框架
Linux
多线程
编程
SPProcPool: Unix/Linux 上的进程池服务器框架
主要包含了几种不同类型的进程池的实现: 一个基于 Leader/Follower 模式的服务器端进程池(类似 apache 的
prefork
模型); 一个组合了
Prefork
和线程池的服务器端框架
iunknown
·
2007-12-09 11:00
多线程
编程
框架
linux
unix
Apache 2.0中
prefork
.c模块和worker.c模块的比较
Apache2.XX中
prefork
.c模块和worker.c模块的比较空闲子进程:是指没有正在处理请求的子进程。
烦恼岁月
·
2007-11-13 10:00
Apache 2.0中
prefork
.c模块和worker.c模块的比较
Apache 2.XX中
prefork
.c模块和worker.c模块的比较 空闲子进程:是指没有正在处理请求的子进程。
herenhuang
·
2007-11-13 10:00
apache
多线程
C++
c
C#
zenddebugger for freebsd
1.installapachemakeWITH_MPM=
prefork
installclean2.installphp5(non-debug)3.installZendOptimizerhttp://ftp.giga.net.tw
alexdream
·
2007-10-15 18:00
apache
PHP
FreeBSD
编译Apache遇到的一个问题
原来的Apache用的是workMPM,按照Django的文档,mod_python最好和
prefork
MPM配合,于是打算重新编译一下Apache。
FeiSan
·
2007-08-24 23:00
apache
c
django
python
String
server
让apache支持ssl
apache2--with-layout=apache--enable-module=so--enable-module=setenvif--enable-module=rewrite--with-mpm=
prefork
yahoon
·
2007-08-06 11:07
apache
ssl
职场
OpenSSL
休闲
让apache支持ssl
apache2--with-layout=apache--enable-module=so--enable-module=setenvif--enable-module=rewrite--with-mpm=
prefork
yahoon
·
2007-08-06 11:07
apache
职场
ssl
OpenSSL
休闲
让apache支持ssl
apache2--with-layout=apache--enable-module=so--enable-module=setenvif--enable-module=rewrite--with-mpm=
prefork
yahoon
·
2007-08-06 11:07
职场
apache
openssl
lamp
关于 apache 的
prefork
http://blog.csdn.net/marcolu/archive/2004/08/02/59085.aspx 常用的应该就只有3个:worker|
prefork
|perchild &
iunknown
·
2007-06-19 13:00
apache
设计模式
多线程
socket
Blog
Concurrency Programming 相關報告
Jabber)3.ejabber(http://www.process-one.net/en/)二.現在的商業環境(webserver)所面臨的問題1.連線的數量不斷的攀升2.連線的時間很長傳統上httpd使用
Prefork
lukeshei
·
2007-04-28 07:00
多线程
C++
c
erlang
网络应用
subversion的配置
install subversion $ sudo apt-get install libapache2-svn可以安装的包: apache2 apache2-common apache2-mpm-
prefork
很久很久以前
·
2006-09-05 17:00
Apache中预创建
Prefork
ing MPM 机制剖析(3)
6.3.3.5工作子进程管理子进程通常被视为工作者,其组成了HTTP服务器的核心。它们负责处理对客户端的请求的处理。尽管多任务体系结构并不负责对请求的处理,不过他仍然负责创建子进程、对其进行初始化并且将客户端请求转交给它们进行处理。子进程的所有的行为都被封状在函数child_main()中。6.3.3.5.1子进程的创建在深入到子进程工作的内部细节之前,我们有必要了解一下主服务进程是如何创建子进程
liuzhaomin
·
2006-08-28 20:00
apache
工作
socket
配置管理
公告
Apache中预创建
Prefork
ing MPM 机制剖析(3)
6.3.3.5工作子进程管理子进程通常被视为工作者,其组成了HTTP服务器的核心。它们负责处理对客户端的请求的处理。尽管多任务体系结构并不负责对请求的处理,不过他仍然负责创建子进程、对其进行初始化并且将客户端请求转交给它们进行处理。子进程的所有的行为都被封状在函数child_main()中。6.3.3.5.1子进程的创建在深入到子进程工作的内部细节之前,我们有必要了解一下主服务进程是如何创建子进程
tingya
·
2006-08-28 20:00
Apache中预创建
Prefork
ing MPM 机制剖析(2)
6.3.3.4空闲子进程维护6.3.3.4.1概述主服务进程一方面除了必须维护平稳启动之外,另外一个最重要的职责就是对空闲子进程的数目进行管理,整个空闲管理功能在perform_idle_server_maintenance()中描述。空闲进程的整个内部是示意图可以用下面的图进行描述。6.3.3.4.2代码分析staticvoidperform_idle_server_maintenance(ap
liuzhaomin
·
2006-08-28 20:00
apache
多线程
linux
活动
公告
Apache中预创建
Prefork
ing MPM 机制剖析(2)
6.3.3.4空闲子进程维护6.3.3.4.1概述主服务进程一方面除了必须维护平稳启动之外,另外一个最重要的职责就是对空闲子进程的数目进行管理,整个空闲管理功能在perform_idle_server_maintenance()中描述。空闲进程的整个内部是示意图可以用下面的图进行描述。6.3.3.4.2代码分析staticvoidperform_idle_server_maintenance(ap
tingya
·
2006-08-28 20:00
apache
server
kill
服务器
Signal
代码分析
apache服务器中进程和线程的使用
linux/unix下的好的2个模块分别为
prefork
和worker。最初设计unix的时候,并没有线程这个概念,所以无论系统内核还是应用软件,都不支持线程的应用。最小的作业单位是进程。
mayabin
·
2006-08-09 17:00
apache
工作
windows
服务器
FreeBSD
web服务
Apache中预创建
Prefork
ing MPM 机制剖析(1)
6.3.1Leader/Follow模式在了解
Prefork
ingMPM之前有必要首先了解Leader/Follow模型。
Prefork
ing模型本质上也属于Leader/Follow模型。
liuzhaomin
·
2006-08-09 10:00
apache
多线程
应用服务器
配置管理
公告
Apache中预创建
Prefork
ing MPM 机制剖析(1)
6.3.1Leader/Follow模式在了解
Prefork
ingMPM之前有必要首先了解Leader/Follow模型。
Prefork
ing模型本质上也属于Leader/Follow模型。
tingya
·
2006-08-09 10:00
apache
server
服务器
Signal
profiling
generation
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他