whatvn / ngx_http_estreaming_module

An adaptive hls streaming module for nginx
GNU General Public License v2.0
91 stars 20 forks source link

conn bug? #11

Closed arty777 closed 9 years ago

arty777 commented 9 years ago

nginx 1.7.9

config limit_conn_zone $binary_remote_addr zone=addr:10m; after 7-15 day of uses : .... failed: no memory in limit_conn_zone "addr" failed: no memory in limit_conn_zone "addr" failed: no memory in limit_conn_zone "addr"....

In nginx stat i see

Active connections: 289590 server accepts handled requests 195828 195828 755861 Reading: 0 Writing: 15752 Waiting: 232070

its not real ...

for example stat with native mp4 pseudo stream, and same heavy load: Active connections: 2251 server accepts handled requests 588592 588592 543546 Reading: 0 Writing: 2233 Waiting: 18

arty777 commented 9 years ago

after disable keep alive , all fine , but it's not a normall