I am attempting to use multiprocessing\'s pool to run a group of processes, each of which will run a gevent pool of greenlets. The reason for this is that there is a lot of
Wrote a replacement Nose Multiprocess plugin - this one should play well with all kinds of crazy Gevent-based patching.
https://pypi.python.org/pypi/nose-gevented-multiprocess/
https://github.com/dvdotsenko/nose_gevent_multiprocess
multiprocess.fork
to plain subprocess.popen
for worker processes (fixes module-level erroneously shared objects issues for me)