Jython Journeys

Notes about my work with jython and python

Archive for January, 2009

Socket shutdown versus socket close on cpython, jython and java.

without comments

So, here we are again with translating cpython socket semantics to java socket semantics, in order to correctly implement the cpython socket API on jython.

The latest issue is socket shutdown.
Read the rest of this entry ยป

Written by alan.kennedy

January 29th, 2009 at 6:16 pm

Posted in jython

Tagged with , ,