in reply to Re: Forks (not waiting for children)
in thread Forks (not waiting for children)

Shared memory? Threads instead of forks? Use the event loop of your gui frame work? Use another form of communication between processes instead of a variable?