Hello,<br><br>Going through <a href="http://nginx.org/en/docs/windows.html">nginx/Windows usage</a>  I see that there are some important limitations:<br><br><center><h4>Known issues</h4></center><ul><li>
Although several workers can be run, only one of them actually does any work.
</li><li>
A worker can handle no more than 1024 simultaneous connections.
</li><li>
The cache and other modules which require shared memory support do not work
in Windows Vista and later due to
address space layout randomization being enabled in these Windows versions.
</li></ul><br>What are the reasons behind these limitations? Is it that this version of nginx should not be used if performance/scalability are required? Are the same limitations present in the Cygwin version of nginx?<br>
<br>Please advise.<br><br>Thanks<br>Kurien<br><br><br><br>