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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
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 nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to