Hi Jacob, On Fri, Aug 19, 2011 at 2:10 AM, Jacob Biesinger <jake.biesin...@gmail.com> wrote: > A bit OT: The recent release of ipython added some powerful multiprocessing > features using ZeroMQ. I've only glanced at pypy's extensive threading > optimizations (e.g., greenlets). Does pypy jit across thread/process > boundaries?
Greenlets are unrelated to multithreading or multiprocessing. They are related to Stackless Python. So far PyPy cannot even *have* a JIT together with Stackless Python features like greenlets, but this is going to change soon; in this next model, PyPy's JIT will not work across greenlets, but will happily JIT every single greenlet individually. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev