Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
iisnode-core-v0.2.21-x86.msi | 2016-04-11 | 458.8 kB | |
iisnode-express-v0.2.21-x86.msi | 2016-04-11 | 7.9 MB | |
iisnode-full-v0.2.21-x86.msi | 2016-04-11 | 7.7 MB | |
iisnode-core-v0.2.21-x64.msi | 2016-04-11 | 679.9 kB | |
iisnode-full-v0.2.21-x64.msi | 2016-04-11 | 15.1 MB | |
README.md | 2016-04-11 | 425 Bytes | |
v0.2.21.tar.gz | 2016-04-11 | 7.6 MB | |
v0.2.21.zip | 2016-04-11 | 9.8 MB | |
Totals: 8 Items | 49.3 MB | 69 |
- Fix crash due to race condition in cprotocolbridge.
- Fix node-inspector integration - both old and new debugger work now.
- Fix MSI to support installation on windows 10.
- Increase NODE_PENDING_PIPE_INSTANCES to 5000 so that we dont have to worry about the default 4 max concurrent requests over named pipes within node.exe. This will prevent most of the iisnode pipe busy errors for applications with high request rate.