Sujet : Re: Does Python Need Virtual Threads? (Posting On Python-List Prohibited)
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.pythonDate : 15. Jun 2025, 22:33:28
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87plf41yhj.fsf@nightsong.com>
References : 1 2 3 4 5 6 7
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Lawrence D'Oliveiro <
ldo@nz.invalid> writes:
Let's see how CPython holds up with a million OS threads running.
Linux can already run hundreds of thousands of processes/threads
To misquote Austin Powers, "one MILLLLLION threads". Here Erlang
does it in less than 1GB of memory:
https://hauleth.dev/post/beam-process-memory-usage/