I'd like to use this to re-write a large amount of some home-rolled multiprocessing code. However, a big advantage with our current system is that we can force it to be run in serial (in the same process) so that we can attach debuggers to worker processes. I'm currently trying to debug crashes happening in other processes and it's a royal pain.
I'd like to use this to re-write a large amount of some home-rolled multiprocessing code. However, a big advantage with our current system is that we can force it to be run in serial (in the same process) so that we can attach debuggers to worker processes. I'm currently trying to debug crashes happening in other processes and it's a royal pain.