Is there a way to share objects between processes (on Linux)? I have a parent process which create objects, and forks off a child process. This child process manipulates the object and needs to return it to the parent when finished, so the parent can continue with the modified object and pass it on the another child process in time.