Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ConnectionPooling & memcached
Существует ли возможность не открывать каждый раз новое соединение с memcached?
Это приводит к тому что свободные порты кончаются слишком быстро :(. Танцы с
бубном не помогают :(
Речь идет о приблизительно таких шагах
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1204 65000
net.core.rmem_max = 262140
net.core.rmem_default = 262140
net.ipv4.tcp_rmem = 4096 131072 262140
net.ipv4.tcp_wmem = 4096 131072 262140
net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_keepalive_time = 60000
net.ipv4.tcp_keepalive_intvl = 15000
net.ipv4.tcp_fin_timeout = 3
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,19286,19286#msg-19286
|