Re: nginx-devel Digest, Vol 39, Issue 27
On Wed, Jan 23, 2013 at 2:00 PM, Igor Sysoev <igor@sysoev.ru> wrote:>> > - unlike nginx's file-based cache, stores all cached data in two files -> one file is used for index, while...
View ArticleRE: Nginx flv stream gets too slow on 2000 concurrent connections
Can you send us a 20+ lines of output from "vmstat 1" under this load? Also, what exact linux kernel are you running ("cat /proc/version")?________________________________> Date: Wed, 23 Jan 2013...
View ArticleRe: Proposal: new caching backend for nginx
Hello!On Wed, Jan 23, 2013 at 07:27:42PM +0200, Aliaksandr Valialkin wrote:> On Wed, Jan 23, 2013 at 5:47 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:>>> > I don't think that it...
View ArticleRegEx VHost name and the default VHost
Hello!VHost names with RegEx is an absolutely imazing feature of nginx. I llllllllllllllove it! :) But now I've got an issue with it.On my VM I have a VHost templates ax-common-vhost and use it for...
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
Following is the output of 2200+ concurrent connections and kernel versionis 2.6.32 :-Linux 2.6.32-279.19.1.el6.x86_64 (DNTX005.local) 01/23/2013_x86_64_ (16 CPU)avg-cpu: %user %nice %system %iowait...
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
And also the 20+ lines of vmstat are given below with 2.6.32 kernal :-procs -----------memory---------- ---swap-- -----io---- --system-------cpu-----r b swpd free buff cache si so bi bo in cs us sy...
View ArticleRe: RegEx VHost name and the default VHost
On Wednesday 23 January 2013 22:37:08 automatix wrote:> Hello!>> VHost names with RegEx is an absolutely imazing feature of nginx. I> llllllllllllllove it! :) But now I've got an issue with...
View ArticleRE: Nginx flv stream gets too slow on 2000 concurrent connections
The box doesn't seem to have problems with that kind of load, not even the IO side is struggling, I guess the 31GB of page cache is your life saver here.I would check for recent events in dmesg output....
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
Am 23.01.2013 um 20:03 schrieb shahzaib shahzaib <shahzaib.cb@gmail.com>:> And also the 20+ lines of vmstat are given below with 2.6.32 kernal :-There was a thread recently (well, last year...
View ArticleRe: Proposal: new caching backend for nginx
On Jan 23, 2013, at 10:19 PM, Maxim Dounin wrote:> Hello!>> On Wed, Jan 23, 2013 at 07:27:42PM +0200, Aliaksandr Valialkin wrote:>>> On Wed, Jan 23, 2013 at 5:47 AM, Maxim Dounin...
View ArticleRe: RegEx VHost name and the default VHost
Thank you for your reply!> server_name ~^(?<project>.+)\.(?<area>.+)\.loc$;Yes, you are right, it's the better way to extract values from a RegEx into vars.> Are you sure that your...
View ArticleRe: [PATCH] Fixing a segmentation fault when resolver and poll are used together
Hello!On Wed, Jan 23, 2013 at 12:13 AM, Ruslan Ermilov wrote:>> While the first patch looks more natural to me, the second patch is> in line with the ngx_epoll_process_events() code.>Yes,...
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
The load(nload) of 1500+ concurrent connections with 1Gbps port is : Curr:988.95 MBit/s## #### ## ## ## ## ## # Avg: 510.84 MBit/s## #### ## ## ## ## ## # Min: 0.00 Bit/s## #### ## ## ## ## ## # Max:...
View ArticleRe: RegEx VHost name and the default VHost
On Wednesday 23 January 2013 23:41:36 automatix wrote:> Thank you for your reply!>> > server_name ~^(?<project>.+)\.(?<area>.+)\.loc$;>> Yes, you are right, it's the...
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
No i didn't concerned with network operators yet. And if someone can get methat chinese blog for setting 2k concurrent connections usingsysctl-settings. So far i used this guide to tune...
View ArticleSOLVED Re: Problem with return 302 redirection, with Nginx 1.3.11 + Drupal 7
On Wed, 23 Jan 2013 14:13:10 +0100, António P. P. Almeida<appa@perusio.net> wrote:> > location ~* ^/(\?q=)?(?:user|admin|contact$) {> > return 302 https://$host$request_uri;> >...
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
I am seeing the following messages on dmesg output :-TCP: Peer 79.211.64.145:54649/80 unexpectedly shrunk window347253187:347272955 (repaired)TCP: Peer 79.211.64.145:54649/80 unexpectedly shrunk...
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
Just to say... You are already hitting 1Gbits with a 1Gbit port...It's normal that is slow... no?2013/1/23 shahzaib shahzaib <shahzaib.cb@gmail.com>:> I am seeing the following messages on...
View ArticleRe: RegEx VHost name and the default VHost
Thank you very much for the usefull links and the tip. Yes, the vhost default was not default. Now I've set it to default explicitly with the flaf default_server and everything works fine!Thank you,...
View ArticleRe: php-fpm processes max out even though CPU is not that high
HelloI was/am in similar situation where it works for a while then suddenly itchokes with Nginx 502 for few minutes then it's fine even at higher usersper seconds than at choke time.I discovered lately...
View Article