in reply to Forking to read and write to an array

The push-pop data flow model that you seek, for processing in different run environments (threads) is provided by Thread::Queue, and Thread.

     "For every complex problem, there is a simple answer ... and it is wrong." --H.L. Mencken

  • Comment on Re: Forking to read and write to an array