I'm using Rhino.ETL with FileHelper so I can easily read a file, let's
call this operation ReadFromFileOperation. Now I need to Compress that
genereated file, let's call this operation
WriteToFileWithCompressionOperation..

The problem is that the operations are not being executed
sequentially. They are executing in parallel. ReadFromFileOperation
reads the first row and then WriteToFileWithCompressionOperation
Execute method is called, which is not good.

What's the correct way to execute ReadFromFileOperation to read the
_entire_ file and then pass the control to the
WriteToFileWithCompression to finish the work? Or, Do you have any
suggestions to my problem?

Cheers,

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" 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/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to