Re: Windows 1024 Connections Limit

2017-04-13 Thread Maxim Dounin
Hello! On Thu, Apr 13, 2017 at 09:54:34AM +0200, B.R. via nginx wrote: > Even though using nginx on Windows goes way over my head (even for > development) and/or seing WIndows as any kind of server, I read that > Windows Vista+ support the poll (well, actually WSAPoll >

Re: Windows 1024 Connections Limit

2017-04-13 Thread Igal @ Lucee.org
Hi, On 4/13/2017 12:54 AM, B.R. via nginx wrote: Even though using nginx on Windows goes way over my head (even for development) and/or seing WIndows as any kind of server, It's very simple - this system was set up many years ago and I was uncomfortable at the time with running Linux -- not wit

Re: Windows 1024 Connections Limit

2017-04-13 Thread oscaretu .
Since two days ago Windows Vista is part of the past: http://www.theverge.com/2017/4/11/15241580/microsoft-windows-vista-end-of-support Kind regards, Oscar El El jue, 13 abr 2017 a las 9:55, B.R. via nginx escribió: > Even though using nginx on Windows goes way over my head (even for > develop

Re: Windows 1024 Connections Limit

2017-04-13 Thread B.R. via nginx
Even though using nginx on Windows goes way over my head (even for development) and/or seing WIndows as any kind of server, I read that Windows Vista+ support the poll (well, actually WSAPoll ) system call. Since XP may now rea

Re: Windows 1024 Connections Limit

2017-04-12 Thread Igal @ Lucee.org
Maxim, On 4/12/2017 5:57 AM, Maxim Dounin wrote: On Windows, nginx uses select() system call to handle connection events. This syscall implies fixed-size bitmasks to pass file descriptors from userland to kernel and back. Size of these bitmasks can be only specified during compilation, and 10

Re: Windows 1024 Connections Limit

2017-04-12 Thread Maxim Dounin
Hello! On Tue, Apr 11, 2017 at 09:37:46PM -0700, Igal @ Lucee.org wrote: > Is there a technical reason for the 1,024 Connections Limit on Windows? > > http://nginx.org/en/docs/windows.html#known_issues > > Surely the OS can handle many more connections than that. On Windows, nginx uses select(

Windows 1024 Connections Limit

2017-04-11 Thread Igal @ Lucee.org
Is there a technical reason for the 1,024 Connections Limit on Windows? http://nginx.org/en/docs/windows.html#known_issues Surely the OS can handle many more connections than that. This is not much of an issue with regular requests, but when you use WebSockets you can run out of connections ve