in reply to Re: communication between forked processes
in thread communication between forked processes
Thank you, I thought it would be something like that since the forked programs are wholly seperate copies of the main program, they get their own everything (with a few exclusions). I was just hoping there was another way. I might still do it like this but use the main program for the bulk of the work and the child processes for working on the data units.
Thanks.