[Coder-Com] Re: [Patches] Adding multi-accept

2002-05-17 Thread Sascha Schumann
> I noticed that some of the temporary error conditions will exit the > function. You might want to consider using continues in the while > form. Thanks for pointing this out. If the IRC server is configured for low load situations, I'd prefer not rejecting connections and thus retu

[Coder-Com] Re: [Patches] Adding multi-accept

2002-05-17 Thread Kev
> This change implements multi-accept, based on the idea that > poll/select can only be efficient, if we succeed in handling > all available events, i.e. accept all pending connections. I noticed that some of the temporary error conditions will exit the function. You might want to co