Hi all,
I want to solve the producer consumer problem in perl as described here
The problem is that the perl i am working on has threads disabled.
How would you connect forked processes so that the producers and consumers could communicate?
Thanks,
David