ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Затыкается отдача стрим-в идео при 500-600 Active connections :(


  • To: nginx-ru@xxxxxxxxx
  • Subject: Затыкается отдача стрим-в идео при 500-600 Active connections :(
  • From: "kozakd" <nginx-forum@xxxxxxxx>
  • Date: Thu, 06 Jan 2011 03:22:31 -0500
  • Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Sender:From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To:Date; bh=crI5/tdUf3yxSHzA7MKQN29oTVRExfnh7ik+PyvEIHA=; b=FKGtPVxymLDKIzu4R1oVCfcnnjh4swULuOq2L9ZZfdSP2lVXzwQl9lYLw8f8Zbhxk8eHSylx4TR0fVtO+/vac9L0LfiMSQDqWrVks64o515iy3rHGbvjng/BbQY+38M6;

CentOS release 5.5 
Kernel 2.6.18-194.26.1.el5
nginx-0.8.54 + flv_module + mod_h264_streaming-2.2.7
XFS

Изначально был один nginx, который при
накоплении 500-600 Active connections начинал туго
принимать запросы,и отдавал с низкой
скоростью. Потом повесил второй на
другой IP, всю гут, но до тех пор пока оба
не стали доходить до 500 - 600 (Reading: 0 Writing: 560
Waiting: 2) канал 1Gbps не в полке. 10 - 15
запросов в сек.

worker_processes  1;
worker_connections  6000;

sendfile            on;                                                 
                                                
tcp_nopush          on;                                                 
                                                
tcp_nodelay         on;                                                 
                                                
directio            4m;                                                 
                                                
directio_alignment  4k;                                                 
                                                
output_buffers  1   2m;

keepalive_timeout  0;

client_header_timeout       20;                                         
                                                
client_body_timeout         20;                                         
                                                
send_timeout                20s;                                        
                                                
resolver_timeout    20s;                                                
                                                
reset_timedout_connection on;

open_file_cache          max=8000  inactive=60s;                        
                                                
open_file_cache_valid    600s;                                          
                                                
open_file_cache_min_uses 2;                                             
                                                
open_file_cache_errors   on;

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,164008,164008#msg-164008


_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.