On Pieter's selector implementation, in his own words... Michael
---------- Forwarded message ---------- Date: Tue, 23 Feb 2010 19:16:04 +0100 From: Pieter de Goeje <pie...@degoeje.nl> To: Michael Allman <m...@allman.ms> Subject: Re: kqueue selector Hi Michael, My plan right now is to get it functionally 100% correct first. The implementation currently depends on a 3rd party library (jna) for the native kqueue calls. This has to change if it is to be included in OpenJDK. Also I'm currently developing it against OpenJDK6 instead of 7, so that will have to change also. But yes, eventually I plan to submit it to OpenJDK. At the very least, it will be available as a separate library. - Pieter On Tuesday 23 February 2010 07:18:39 you wrote: > Hi Pieter, > > I saw your messages about a kqueue-based Java selector implementation you > were working on recently. Do you plan to submit your work as a patch for > the BSD port of OpenJDK? That would be super. > > Cheers, > > Michael