in reply to Re: A per-instance shared queue among forked child processes?
in thread A per-instance shared queue among forked child processes?

I was using threads in my original version of the script, but ran into several issues: So I ended up rewriting it with forks and it seems much more stable this way.
  • Comment on Re^2: A per-instance shared queue among forked child processes?