Thanks for the input, I will dig into the sources of the ReadableStream and WritableStream. Right now I can't open all inputs since the list can be very long since I must be able to concatenate chunks of large files (some Gb divided by one mb).
I made some changes to the code and it seems to work nicely using Stream.pipe(). If I run is some problem I will bug you more in this maling list. The streamline solution is quite clear, but I don't like to add too many layers to javascript (streamline shades too much for my taste). bye ~lor -- 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
