Fork() on a remote node

From: Pradheep (f2000268_at_bits-pilani.ac.in)
Date: 09/29/03


Date: 29 Sep 2003 10:22:55 -0700

We are a set of people working on a distributed linux project. We are
trying to fork a process on a remote node. So, given a task structure,
we want all the information to be copied (including the user space
memory, file system information,...) to another task structure.
Should we take into account the pages of the process that are
residing in the secondary memory ? Or can we work at a higher level? These
are a few questions that we are unable to find answers to. Could anyone
please send us the necessary information?