Hi All, I have created a simple 3 stage pipe-line. The first stage creates some data, the second processes it and the third prints it out. I am having a problem with the first stage. Instead of generating 10 messages then quitting it continues for ever (ok -- until I
ctrl-c after 10 secs) If I subsitute the "for" loop with a "while" loop reading data from a file it works fine! Has anyone got ...