[nodejs] Re: Help! warn: error raised: Error: accept EMFILE (with socket.io)

2013-05-13 Thread Javier Cobos
This error is fixed here: http://stackoverflow.com/questions/16476783/node-js-ssl-server-frozen-high-cpu-not-crashed-but-no-connections It's related with the limit of files a process is able to open in linux. I wrote it my self so if you need any help please tell me. On Sunday, 11 November

[nodejs] Re: Node.js SSL server frozen, high CPU, not crashed but no connections

2013-05-13 Thread Javier Cobos
, 10 May 2013 08:57:01 UTC+2, Javier Cobos wrote: Hi, I hope anyone could help me with this issue. In our company we are setting up a node.js server, connected to a Java Push server. I'm using https module instead of http and SLL certificates. The connection between node and clients

Re: [nodejs] Node.js SSL server frozen, high CPU, not crashed but no connections

2013-05-13 Thread Javier Cobos
, May 10, 2013 at 10:57 AM, Javier Cobos javierc...@gmail.comjavascript: wrote: Hi, I hope anyone could help me with this issue. In our company we are setting up a node.js server, connected to a Java Push server. I'm using https module instead of http and SLL certificates

[nodejs] Node.js SSL server frozen, high CPU, not crashed but no connections

2013-05-10 Thread Javier Cobos
Hi, I hope anyone could help me with this issue. In our company we are setting up a node.js server, connected to a Java Push server. I'm using https module instead of http and SLL certificates. The connection between node and clients is made by socket.io, in server and client. At the same