[nodejs] Re: Can node.js handle a large swarm of buffers sending stimulously and continuously

2013-05-16 Thread greelgorke
you still can have several processes. just use child_process.fork api. but it would be better to upgrade Am Donnerstag, 16. Mai 2013 02:36:14 UTC+2 schrieb Ket: OK. I find this thread :

[nodejs] Re: Can node.js handle a large swarm of buffers sending stimulously and continuously

2013-05-16 Thread greelgorke
and may be you should just try with a single instance first and measure Am Donnerstag, 16. Mai 2013 02:36:14 UTC+2 schrieb Ket: OK. I find this thread : http://stackoverflow.com/questions/11620648/whats-the-difference-between-node-js-cluster-module-and-learnboosts-cluster-m That's too bad.

[nodejs] Re: Can node.js handle a large swarm of buffers sending stimulously and continuously

2013-05-15 Thread greelgorke
the v8 has a memory limit, it's somewhere above 1 gb. but you can use cluster coremodule if one instance can't handle the load. shouldn't be a problem Am Mittwoch, 15. Mai 2013 14:53:01 UTC+2 schrieb Ket: I just finished building an app (basically). It's like Voxer but you can keep talking

[nodejs] Re: Can node.js handle a large swarm of buffers sending stimulously and continuously

2013-05-15 Thread Ket
This is intrigued. The initial calculation is inaccurate. Buffer requires some space for breathing. So data frame is much larger. Can you please tell me more about *cluster coremodule*. Where should I start. Thank you so much. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] Re: Can node.js handle a large swarm of buffers sending stimulously and continuously

2013-05-15 Thread Ket
OK. I find this thread : http://stackoverflow.com/questions/11620648/whats-the-difference-between-node-js-cluster-module-and-learnboosts-cluster-m That's too bad. I'm using v 0.6.18 on the web server. Thanks -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: