Jython Journeys

Notes about my work with jython and python

Archive for June, 2005

Timeout sockets for jython

without comments

Back in 2005, I modified the jython socket module to support timeouts. Brian Zimmer checked in that patch, since I did not have jython SVN commit rights at that time.

I wrote a documentation page about the new timeout support, and placed it on xhaus.com. Due to a rearrangement of the xhaus.com website, I am moving that page to this blog.

It should be noted that the timeout functionality has been superceded by the further work that I did to make the socket module support asychronous I/O. So you should refer to the jython socket module documentation to see how to use timeouts. This page appears here solely for historical purposes.

Read the rest of this entry ยป

Written by alan.kennedy

June 3rd, 2005 at 10:00 am

Posted in jython

Tagged with ,