Re: [freenet-dev] Freenet vs gcj

2003-06-19 Thread Toad
On Tue, Jun 17, 2003 at 09:01:50PM +0200, Michael Koch wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > > I'm the java.nio developer of gcj. > > > > the selectable channels stuff, more specifically SocketChannel > > > and ServerSocketChannel > > Partly implemented but not r

Re: [freenet-dev] Freenet vs gcj

2003-06-19 Thread Toad
On Tue, Jun 17, 2003 at 08:09:22PM +0200, Mark Wielaard wrote: > Hi, > > On Tue, 2003-06-17 at 16:05, [EMAIL PROTECTED] wrote: > > >What parts of nio does freenet need? > > > > the selectable channels stuff, more specifically SocketChannel and > > ServerSocketChannel > > > > the selector (of co

Re: [freenet-dev] Freenet vs gcj

2003-06-19 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm the java.nio developer of gcj. > > the selectable channels stuff, more specifically SocketChannel > > and ServerSocketChannel Partly implemented but not really tested. Currently working on this. > > the selector (of course!) Currently wor

Re: [freenet-dev] Freenet vs gcj

2003-06-17 Thread Mark Wielaard
Hi, On Tue, 2003-06-17 at 16:05, [EMAIL PROTECTED] wrote: > >What parts of nio does freenet need? > > the selectable channels stuff, more specifically SocketChannel and > ServerSocketChannel > > the selector (of course!) > > java.nio.ByteBuffer; except for the memmapped stuff > > none of the

[freenet-dev] Freenet vs gcj

2003-06-17 Thread zbalevsk
>What parts of nio does freenet need? the selectable channels stuff, more specifically SocketChannel and ServerSocketChannel the selector (of course!) java.nio.ByteBuffer; except for the memmapped stuff none of the regexp and charset stuff (yet). But we are thinking about doing those eventu