Welcome! Log In Create A New Profile

Advanced

Re: How come nginx is only accepting 1 connection?

Maxim Dounin
January 18, 2011 10:58AM
Hello!

On Tue, Jan 18, 2011 at 11:24:46PM +0800, He Shiming wrote:

> On Tue, Jan 18, 2011 at 11:18 PM, Maxim Dounin <mdounin@mdounin.ru> wrote:
> > Other ideas: don't test with browser, test with telnet/netcat.  Or
> > at least make sure you're monitoring what's happening on the wire
> > (with tcpdump/wireshark) while doing so.
> >
> > For this particular case - most likly it's your browser which
> > limits connections.
> >
> > Maxim Dounin
> >
>
> Unfortunately telnet showed the same behavior. I really couldn't
> understand what settings could cause this behavior?

There are no settings in nginx which may cause such behaviour
(well, problems may happen with "sendfile on;" without
sendfile_max_chunk set while sending huge files over fast links -
due to blocking in sendfile() syscall, but it's not your case).

This may be problem in track_uploads module though, it's third party
one and I have no idea about it's bugs.

You may test the following:

1. If requesting normal static file (or just sending an invalid
request) works.

2. If doing the same with track_uploads disabled works.

Maxim Dounin

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

How come nginx is only accepting 1 connection?

He Shiming January 18, 2011 09:48AM

Re: How come nginx is only accepting 1 connection?

Roberto De Ioris January 18, 2011 10:04AM

Re: How come nginx is only accepting 1 connection?

He Shiming January 18, 2011 10:10AM

Re: How come nginx is only accepting 1 connection?

Maxim Dounin January 18, 2011 10:22AM

Re: How come nginx is only accepting 1 connection?

He Shiming January 18, 2011 10:32AM

Re: How come nginx is only accepting 1 connection?

Maxim Dounin January 18, 2011 10:58AM

Re: How come nginx is only accepting 1 connection?

He Shiming January 18, 2011 11:26AM

Re: How come nginx is only accepting 1 connection?

Roberto De Ioris January 18, 2011 11:38AM

Re: How come nginx is only accepting 1 connection?

He Shiming January 18, 2011 11:44AM

Re: How come nginx is only accepting 1 connection?

Maxim Dounin January 18, 2011 01:26PM

Re: How come nginx is only accepting 1 connection?

Sven 'Darkman' Michels January 18, 2011 10:34AM

Re: How come nginx is only accepting 1 connection?

He Shiming January 18, 2011 10:46AM

Re: How come nginx is only accepting 1 connection?

Roberto De Ioris January 18, 2011 10:54AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 176
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready