asyncore: suggested patch

Jonathan Feinberg jdf at pobox.com
Wed May 30 14:17:25 EDT 2001


rcameszREMOVETHIS at dds.removethistoo.nl (Robert Amesz) writes:

> Jonathan Feinberg wrote:
> 
> > rcameszREMOVETHIS at dds.removethistoo.nl (Robert Amesz) writes:
> > 
> >> If Jonathan Freiberg wants to make his connect-patch work on more 
                 ^^^^^^^^
> >> platforms, notably Windows, he'll have to put in a bit more effort. 
> > 
> > Hmm.  If Robert Azesm
> 
> Congratulations. I never saw anyone garble my last name quite as badly
> as that. ;-)

Nor I.  I was dropping you a hint.

> The added select() in your connection function will *block* the system. 
> This means that during a long wait for a connection to be established 
> (or time out) asyncore totally grinds to a halt.

This is, in fact, how asyncore currently behaves, *without* my patch.  My
patch is intended to *address* this behavior.

-- 
Jonathan Feinberg   jdf at pobox.com   Sunny Brooklyn, NY
http://pobox.com/~jdf



More information about the Python-list mailing list