This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients carljm, corona10, dino.viehland, eelizondo, gregory.p.smith, nascheme, pablogsal, pitrou, shihai1991, steve.dower, tim.peters, vstinner
Date 2020-04-15.14:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586959523.61.0.538269311929.issue40255@roundup.psfhosted.org>
In-reply-to
Content
Carl:
> A lot of the "big data" in question here is simply lots of Python module/class/code objects resulting from importing lots of Python modules.
>
> And yes, this "pre-fork" model is extremely common for serving Python web applications; it is the way most Python web application servers work. (...)

I would be interested to hear the answer to Antoine's question which is basically: why not using the multiprocessing fork server?
History
Date User Action Args
2020-04-15 14:05:23vstinnersetrecipients: + vstinner, tim.peters, nascheme, gregory.p.smith, pitrou, carljm, dino.viehland, steve.dower, corona10, pablogsal, eelizondo, shihai1991
2020-04-15 14:05:23vstinnersetmessageid: <1586959523.61.0.538269311929.issue40255@roundup.psfhosted.org>
2020-04-15 14:05:23vstinnerlinkissue40255 messages
2020-04-15 14:05:23vstinnercreate