On Tue, 5 May 2020 18:59:34 -0700
Nathaniel Smith <n...@pobox.com> wrote:
> On Tue, May 5, 2020 at 3:47 PM Guido van Rossum <gu...@python.org> wrote:
> >
> > This sounds like a significant milestone!
> >
> > Is there some kind of optimized communication possible yet between 
> > subinterpreters? (Otherwise I still worry that it's no better than 
> > subprocesses -- and it could be worse because when one subinterpreter 
> > experiences a hard crash or runs out of memory, all others have to die with 
> > it.)  
> 
> As far as I understand it, the subinterpreter folks have given up on
> optimized passing of objects, and are only hoping to do optimized
> (zero-copy) passing of raw memory buffers.

Which would be useful already, especially with pickle out-of-band
buffers.

Regards

Antoine.

_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/GW56W4ELTFRWINYNVO7MDYQROQ7NNDE2/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to