in reply to Re^7: Multi-CPU when reading STDIN and small tasks
in thread Multi-CPU when reading STDIN and small tasks
The benefits of having another set of eyes look at things. Thank you. I'm also adding threading of as well as a method of moving things out of the main loop so that it can spend it's time handling the data flow with processing queues up in threads (Thread::Queue) but that is only as effective if the main loop can keep the threads busy.
|
|---|