Quantcast
Channel: Jython Journeys » sockets
Browsing latest articles
Browse All 8 View Live

Asynchronous networking for jython: the asyncore module

Over the Christmas holidays in 2003, I wrote a design for how Asynchronous Socket I/O might be implemented in jython, using java.nio. I wrote up some notes in HTML, and placed them on a group of pages...

View Article


Asynchronous networking for jython: the select module

Over the Christmas holidays in 2003, I wrote a design for how Asynchronous Socket I/O might be implemented in jython, using java.nio. I wrote up some notes in HTML, and placed them on a group of pages...

View Article


Asynchronous networking for jython: the socket module

Over the Christmas holidays in 2003, I wrote a design for how Asynchronous Socket I/O might be implemented in jython, using java.nio. I wrote up some notes in HTML, and placed them on a group of pages...

View Article

Asynchronous networking for jython: Overview

Over the Christmas holidays in 2003, I wrote a design for how Asynchronous Socket I/O might be implemented in jython, using java.nio. I wrote up some notes in HTML, and placed them on a group of pages...

View Article

Timeout sockets for jython

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...

View Article


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

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. Cpython...

View Article

Jython supports IPV6.

I am delighted to announce that jython is IPV6 ready: the future of internet addressing is fully supported. IPV4 exhaustion As you are no doubt aware by now (since it’s been covered in all mainstream...

View Article

Jython and Internationalized Domain Names.

I’m happy to announce that jython finally supports Internationalized Domain Names. In May 2010, the Internet Committee for Assigned Names and Numbers (ICANN) permitted the first non-ASCII...

View Article

Browsing latest articles
Browse All 8 View Live