vertigo
vertigo copied to clipboard
Streams question
I'm build a network that inserts into a file, I have a header, records and then a footer.
To achieve this I've put in place three type of information packets, a start packet, a record packet and an end packet. I based myself on the FBP streams as shown in Paul Morrison's FBP book.
What are your thoughts on how to implement this in vertigo?