Open
Description
Currently the synchronization between the processes is based on large strings that are then dumped in files, which are later read by the root process.
This works fine when a single machine is involved, but in a multi-machine environment it means that network is involved when reading files from another process. This might create serious performance issues.