[Twisted-Python] Forking after starting AsyncioSelectorReactor: Supported?

2018-08-27 Thread David Foster
. Also if I use SelectReactor rather than AsyncioSelectorReactor then it doesn't matter which order I fork in. So my question is, does Twisted support being forked after starting a reactor or not? -- David Foster | Seattle, WA, USA P.S. For more details see this Django Channels thread:

Re: [Twisted-Python] Forking after starting AsyncioSelectorReactor: Supported?

2018-08-28 Thread David Foster
> On Aug 27, 2018, at 9:47 PM, Tim Allen wrote: > >> On Mon, Aug 27, 2018 at 09:12:57PM -0700, David Foster wrote: >> So my question is, does Twisted support being forked after starting a >> reactor or not? > > I haven't used Twisted with the AsyncioSelecto