Elad Efrat
Elad Efrat
At the moment I can afford a single process environment so none of this is a problem. This project was about future-proofing... maybe it's time to revisit the options and...
If this is a problem then why not keep the issue open until there's a recipe to fix it?
You are correct. This is an issue with node.js itself, see [#7784](https://github.com/joyent/node/issues/7784) and [#7905](https://github.com/joyent/node/issues/7905). Three days ago @cjihrig posted a fix in [#8576](https://github.com/joyent/node/pull/8576), hopefully it will be merged soon and...
This was just [fixed](https://github.com/joyent/node/commit/c2b4f4809b8c30537b08f2dc76f798ea7a225907) in the v0.12 branch. I have no idea when it will be released, but once it happens I'll update the document to reflect what has to...
Hey! Thanks for the PR. I've skimmed through it and have some comments. I'm a bit swamped right now so can't dig into it and make the necessary changes, but...
Ironically, [`pauseOnConnect`](https://github.com/joyent/node/commit/c2b4f4809b8c30537b08f2dc76f798ea7a225907) was introduced to the fix issues reported by [@samcday](https://github.com/joyent/node/issues/7905) and [me](https://github.com/joyent/node/issues/7784)! Sorry for slacking off and thanks for the prodding. :)
It's hard to tell what the problem is without looking at code or a reproducible test case. I'd like to know more about this though: > Connections seem to be...
That sounds like a bug in node.js. Have you tried running tcpdump to see where connections get dropped and how?
@zhonked do you want to submit an issue and test code to node.js/io.js? I think this is an important issue; if you don't have the time I'll make some and...