the alternatives to fork-without-exec afaict are 1...
# development
r
the alternatives to fork-without-exec afaict are 1) serialization + rpc (we tried this first, for serializing BG but not PG) or 2) shared memory?