На понеделник 08 март 2010 17:30:52 powderhound написа: > worker_processes 4; # it's quad core machine > worker_rlimit_nofile 6144; > events { > worker_connections 3072; > use epoll; > } > > http { > sendfile on; > tcp_push on; > tcp_nodelay on; > } try increasing the backlog in your server section Momchil