Hi all, 

I am trying to synchronize multiple read Streams so that I can process 
equivalent bytes from them. For example, if there are multiple input 
streams created with fs.createReadStream(), I need to process bytes from 
the same position in all the files into  a new value that is written to an 
output write Stream. I'm trying not to use Buffers, because I want to 
handle a potentially large amount of data. I could use fs.read() for the 
case of input files and just read from the same position in each file, but 
I want this to be general and operate on generic streams that are not 
necessarily formed from a file.

Is this possible? Are there any solutions out there that have the same or 
similar functionality?

Thanks in advance for any help.


-- 
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

Reply via email to