David M. Lloyd
-
XNIO 2.0.2 Bugfix Release
Jan 25, 2010 8:21 PM, by David M. Lloyd
A new release of XNIO is available which fixes several bugs. For more information about XNIO 2.0, see this previous post. Users of XNIO 2.0.0 and 2.0.1 are encouraged to update to 2.0.2 to take advant... -
XNIO 2.0.1 Bugfix Release
Dec 4, 2009 6:44 PM, by David M. Lloyd
I've uploaded a minor bugfix release for XNIO 2.0.0. It fixes a selector wakeup bug, as well as a minor API bug and a minor optimization for blocking I/O with the NIO-based provider. All users of 2.0.... -
XNIO 2.0.0 has landed
Nov 25, 2009 10:58 PM, by David M. Lloyd
XNIO is a simplified low-level I/O layer which can be used anywhere you are using NIO today. It frees you from the hassle of dealing with Selectors and NIO's poor support for SSL, multicast sockets an... -
XNIO 2.0.0.CR4 Released
Nov 2, 2009 8:30 PM, by David M. Lloyd
XNIO 2.0 is getting very close to completion. The latest CR, 2.0.0.CR4, is now available from the downloads page. The main change since CR3 is the introduction of a new "Result" interface which acts a... -
XNIO 1.2.0.GA Released
Jan 14, 2009 12:09 AM, by David M. Lloyd
The final GA release of XNIO 1.2.0 is available for download . This release represents a "settling in" to a 16-week release cycle that should continue from now on. Here's a complete changelog since 1.... -
XNIO 1.2.0.CR2 Released
Jan 8, 2009 2:47 AM, by David M. Lloyd
The XNIO 1.2.0.CR2 release is up on the project page . This release features cleaned up Javadoc, several bug fixes, and a few handy new features (in particular, static methods to perform blocking read... -
XNIO 1.2.0.CR1 Released
Dec 17, 2008 12:56 AM, by David M. Lloyd
XNIO 1.2.0.CR1 is available for download at the XNIO project download page, sporting lots of cool new features, like: The ability to switch between blocking and non-blocking modes Wrapper Input/Output... -
XNIO 1.1.1.GA Released
Nov 13, 2008 12:39 AM, by David M. Lloyd
The release available on the downloads page . This is a bugfix release; I encourage all users of 1.1.0.GA to upgrade. Here's the list of changes: Fix a problem in the Xnio.create() method's default pr... -
Binding to privileged ports with XNIO
Oct 23, 2008 3:58 PM, by David M. Lloyd
A couple random ideas about how to bind privileged (<1024) port numbers using XNIO. It might be possible to utilize the UNIX domain socket API (slated for 1.2.0) and use the file descriptor-passing me...