http://qs321.pair.com?node_id=1230222


in reply to Re^9: How can I read DATA in parent and child?
in thread How can I read DATA in parent and child?

Parent and child in my real world application need to have the same set of information to do different things with it.

Is this an XY Problem? The order of operations should then be:

  1. Read and store all the data
  2. Fork
  3. Process all the already-read data in different ways