[Python-Dev] Re: PEP 684: A Per-Interpreter GIL

2022年3月09日 18:49:07 -0800

Hi Eric, just one note:
On Wed, Mar 9, 2022 at 7:13 PM Eric Snow <[email protected]> wrote:
> > Maybe say "e.g. with Instagram's Cinder" – both the household name and
> > the project you can link to?
>
> +1
>
> Note that Instagram isn't exactly using Cinder.
This sounds like a misunderstanding somewhere. Instagram server is
"exactly using Cinder" :)
> I'll have to check if Cinder uses the pre-fork model.
It doesn't really make sense to ask whether "Cinder uses the pre-fork
model" -- Cinder is just a CPython variant, it can work with all the
same execution models CPython can. Instagram server uses Cinder with a
pre-fork execution model. Some other workloads use Cinder without
pre-forking.
Carl
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/5A3E6VCEY5XZXEFPGHNGKPM3HXQEJRTX/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to