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 and listening to the other people until you close it. > The buffer size per each data frame transfer is about 73xxx bytes, x2 for > bidirectional communication. > The test is working well between two computers, and that the test I can > only afford. > > Since I can't afford multi tests, or I don't know how to, I wonder if node > can handle that large amount of data stream. > My assumption is that some 2000 buddies are chating through the app. Data > frames sending at a time would be some roughly 73000 * 2000 = 146000000 > bytes. > > Thank you. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
