Re: How does Twisted Web Multiprocess work ?
Phil Mayers <[email protected]> Thu, 11 Jun 2015 12:17:39 +0100
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <[email protected]> |
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.