Nov. 13, 2009
8:04 a.m.
On 03:59 pm, vitaly@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