Combining multiprocessing with gevent -


if use multiprocessing pipe pass data second process, , second process uses gevent pool perform network operations, safely allow of green-threads read pipe long use gevent semaphore control access?

i'd use gipc, prefer able have shared-data facilities of mp.

short answer.. yes should work!


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -