F
Franklin H.
On XP:
I'd like to fork off multiple processes which later return data
(let's a single hash reference) to the parent and terminate. The
reason I'd like to do it this way rather than sequentially is that
each process takes some time to complete and I'd like to save time by
running them in parallel.
I've looked closely at perlipc but really can't make heads or tails
of how to apply it to what I'm doing. Where else to get started?
I'd like to fork off multiple processes which later return data
(let's a single hash reference) to the parent and terminate. The
reason I'd like to do it this way rather than sequentially is that
each process takes some time to complete and I'd like to save time by
running them in parallel.
I've looked closely at perlipc but really can't make heads or tails
of how to apply it to what I'm doing. Where else to get started?