PUSH/PULL mode can not work well in multiprocess application(one parent with a number of childs)
Description
Environment
Linux version 2.6.18-194.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Fri Apr 2 14:58:14 EDT 2010
Attachments
1
Activity
Show:

PieterP August 16, 2012 at 5:35 AM
Unclear what the actual problem is.
As the guide said, the workers really were running in parallel, if there are more than one of them. In my example, the parent process acts as the ventilator and sink, a number of its child processes act as worker. The fact is that always only one child work in serial.