if you are using streams, only a portion of each stream needs to be in memory at a time, so yes!
especially, make sure you are streaming buffers, and not strings, because buffers exist outside the V8 heap, so don't suffer V8 unfortunate memory limitations. On Fri, Jul 6, 2012 at 2:42 PM, Ket <[email protected]> wrote: > It looks like a silly question, but I have to know about this because I am > building an app that allow multiple users to stream data anywhere anytime, > and Goolgling cannot help me enough. > > Thanks > > -- > 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 -- 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
