Hi Eric, just one note:

On Wed, Mar 9, 2022 at 7:13 PM Eric Snow <ericsnowcurren...@gmail.com> 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 -- 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/5A3E6VCEY5XZXEFPGHNGKPM3HXQEJRTX/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to