http://qs321.pair.com?node_id=776065


in reply to Re^2: Parent/Child,Boss/Worker->IPC suggestions
in thread Parent/Child,Boss/Worker->IPC suggestions

Yeah, I advise you not to use shared memory. I'd keep state in a database, and use signals if you need to interrupt running processes to shut them down.