[Twisted-web] How does Twisted Web Multiprocess work ?

Phil Mayers p.mayers at imperial.ac.uk
Thu Jun 11 05:17:39 MDT 2015


On 10/06/15 23:39, Sagar Dixit wrote:
> Thanks Gavin
>
> Good to know how things are done at your end. thanks!
> However, why is Twisted not internally using SO_REUSEPORT ? Is there any
> plan to integrate it inside twisted so that application need not worry
> about it ?

The application will always need to "worry about it", even if that just 
means making a single API call to re-start itself inside a process pool. 
Twisted can't just fork and re-exec app code that isn't expecting it.



More information about the Twisted-web mailing list