Message10466

Author dhable
Recipients dhable
Date 2015-11-12.17:48:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447350533.73.0.439735082599.issue2428@psf.upfronthosting.co.za>
In-reply-to
Content
Running code to showcase the difference is located at
https://gist.github.com/nickmbailey/b047390a5effa1b20856

We're noticing significantly longer times for a Jython socket to connect that does not appear in the CPython version. This delay seems to be causing issues with Twisted's poll reactor, which expects that a socket will connect within 2 times from being fetched from the poll object.
History
Date User Action Args
2015-11-12 17:48:53dhablesetrecipients: + dhable
2015-11-12 17:48:53dhablesetmessageid: <1447350533.73.0.439735082599.issue2428@psf.upfronthosting.co.za>
2015-11-12 17:48:53dhablelinkissue2428 messages
2015-11-12 17:48:53dhablecreate