in reply to My First POE - Simple Parallel Programming

I think you should try using "threads" for this task, not POE.

As long as I know, POE is much more a syncronous event driven framework. So, itīs not as easy to use as threads on assyncronous tasks like this.

Diego de Lima
  • Comment on Re: My First POE - Simple Parallel Programming