[nodejs] Re: Server is accepting requests but is not responding. There is something hanging up the response.

2015-08-07 Thread Moacir Braga
Jérémy, I have Tcpview, a GUI tool to monitor it, but I restarted the server today... so, I need to wait to see this problem again to confirm your question. Probably, it will happen again in the next two or three days, I hope... My server doesn't have many connections, but I have tried to

[nodejs] Server is accepting requests but is not responding. There is something hanging up the response.

2015-08-07 Thread Moacir Braga
It’s been a few weeks since I started trying to solve this problem, but I still haven’t figured out a possible solution. The issue is that my server accepts requests and responds to them normally in the beginning. However, after an unknown event happens (I’m still trying to discover which

Re: [nodejs] Server is accepting requests but is not responding. There is something hanging up the response.

2015-08-07 Thread Jérémy Lal
Do you have a way to check if you're running out of ephemeral ports ? Something like netstat for windows ? 2015-08-07 16:52 GMT+02:00 Moacir Braga cont...@moacirbrg.org: It’s been a few weeks since I started trying to solve this problem, but I still haven’t figured out a possible solution. The

Re: [nodejs] Server is accepting requests but is not responding. There is something hanging up the response.

2015-08-07 Thread Christian Taltas
We have had a similar issue with porting our C++ addon from node v0.10 to node v0.12. process.nextTick was blocked due to our C++ addon not using MakeCallback to end the async call. Also it happens when using VM module and compiling Buffer module in two different context. But in this case you

Re: [nodejs] [ANN] node.js client API for SQL Relay

2015-08-07 Thread boby rahmawan
Great.. Is it can be used with mongoDB? On Aug 8, 2015 2:21 AM, David Muse davidleem...@gmail.com wrote: Hello all, SQL Relay 0.62 was just released, and this release includes a node.js client API. See the release announcement