Hello I wonder if this is possible to fix in the future and if somebody
gonna fix that out?
Known issues
Although several workers can be run, only one of them actually does
any work.
A worker can handle no more than 1024 simultaneous connections.
Posted at Nginx Forum:
As I known, in windows :
- several workers will be work as only one workers
- only work in select()
it only a version CAN WORK , not a good one .
2011/4/6 Kraiser [email protected]
So they are windows bugs not nginx right?
Posted at Nginx Forum:
Huh?
On Mon, Jul 18, 2011 at 18:04, Maxim D. [email protected] wrote:
So they are windows bugs not nginx right?
Not really.
You mean nginx in *nix only uses one worker and can only handle 1024
simultaneous connections? When did this happen?
–
“On the internet, nobody knows you’re a dog.”
Hello!
On Mon, Jul 18, 2011 at 12:48:06PM -0400, Kraiser wrote:
So they are windows bugs not nginx right?
Not really. Though fixing this will require relatively large
amount of work and not considered as a high-priority task.
Maxim D.
Also seems like user directive does not work in latest 1.0.4 it would be
nice to have it working
it is very helpfull when it comes to
security.
Posted at Nginx Forum:
Hello!
On Mon, Jul 18, 2011 at 06:09:02PM +0100, Nuno Magalhães wrote:
Huh?
On Mon, Jul 18, 2011 at 18:04, Maxim D. [email protected] wrote:
So they are windows bugs not nginx right?
Not really.
You mean nginx in *nix only uses one worker and can only handle 1024
simultaneous connections? When did this happen?
No. I mean it’s how nginx under Windows works, not Windows bugs.
Maxim D.
#if (NGX_WIN32)
ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
"\"user\" is not supported, ignored");
return NGX_CONF_OK;
#else
Posted at Nginx Forum:
On Mon, Jul 18, 2011 at 04:25:01PM -0400, Kraiser wrote:
Also seems like user directive does not work in latest 1.0.4 it would be
nice to have it working
it is very helpfull when it comes to
security.
You can nginx/Windows as any user using Windows runas application.
Under Unix user directive is more important since you have to run
nginx as root to get access to the 80 port.
–
Igor S.