Message366561
> I would be interested to hear the answer to Antoine's question which is basically: why not using the multiprocessing fork server?
Concretely, because for a long time we have used the uWSGI application server and it manages forking worker processes (among other things), and AFAIK nobody has yet proposed trying to replace that with something built around the multiprocessing module. I'm actually not aware of any popular Python WSGI application server built on top of the multiprocessing module (but some may exist).
What problem do you have in mind that the fork server would solve? How is it related to this issue? I looked at the docs and don't see that it does anything to help sharing Python objects' memory between forked processes without CoW. |
|
Date |
User |
Action |
Args |
2020-04-15 21:50:53 | carljm | set | recipients:
+ carljm, tim.peters, nascheme, gregory.p.smith, pitrou, vstinner, dino.viehland, steve.dower, corona10, pablogsal, eelizondo, shihai1991 |
2020-04-15 21:50:53 | carljm | set | messageid: <1586987453.24.0.187620498143.issue40255@roundup.psfhosted.org> |
2020-04-15 21:50:53 | carljm | link | issue40255 messages |
2020-04-15 21:50:53 | carljm | create | |
|