2004-03-25から1日間の記事一覧

tomcat関連

http://www.ingrid.org/java/jserv/performance/

apache関連

src/include/httpd.h => HARD_SERVER_LIMIT KeepAlive MaxKeepAliveRequests KeepAliveTimeout MinSpareServers MaxSpareServers StartServers MaxClients MaxRequestsPerchild ListenBacklog

SERVER_HARD_LIMITを増やす

env CFLAGS="-DHARD_SERVER_LIMIT=512" ./configure これをやらないとMaxClientsの数字を大きくしても駄目。結局、バランスなんだろうけど。

http://www-6.ibm.com/jp/software/websphere/developer/performance/v5/pdf/3.pdf