[Twisted-Python] Multi-reactor architecture
exarkun at twistedmatrix.com
exarkun at twistedmatrix.com
Fri Nov 13 09:04:28 MST 2009
On 03:59 pm, vitaly at synapticvision.com wrote:
>
>Doesn't the event loop have a limit of connections it could handle?
Multiple reactors isn't a realistic solution to this. The solution is
to switch to an event loop that has a higher limit. "The" event loop is
actually a choice of many possible event loops.
So connection limits aren't a good reason to want multiple reactors.
Jean-Paul
More information about the Twisted-Python
mailing list