A full blueprint for running memory-intensive Python tasks without affecting your primary server.
The Master script is your primary application. It uses the subprocess module to bridge the gap to a new memory space.
The Worker script is completely independent. It is designed to be "born" and "die" for a single execution.
Click to see how Master and Worker interact.