[Twisted-Python] SMTP Client Blocking Connects

Jason J. W. Williams jasonjwwilliams at gmail.com
Mon Jul 12 18:51:29 MDT 2010


Hi Guys,

Are TCP connects in Twisted usually blocking? Noticing a behavior when
I've got several simultaneous SMTP client objects operating, where
when one of them hits a server that times out on the connect...the
program blocks until the connect times out. Everything else is working
async/non-blocking as expected.

-J




More information about the Twisted-Python mailing list