◐ Shell
clean mode source ↗

Message 366519 - Python tracker

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?