Open robinetmiller opened 8 years ago
Multiprocessing uses Process.fork right now, but that is not windows friendly (or some BSD). Look into gems like childprocess to wrap the child-spawning process in a cross-platform way.
Process.fork
Multiprocessing uses
Process.fork
right now, but that is not windows friendly (or some BSD). Look into gems like childprocess to wrap the child-spawning process in a cross-platform way.