Re: [Jruby-devel] socket status

2006-03-23 Thread David Corbin
On Thursday 23 March 2006 10:25 am, Evan wrote: > David Corbin wrote: > >> 2) What is the delta from where they need to be? > > > > I'm not sure I understand the question. Only a small portion of the > > Socket > > family is implemented, and even those are only implemented at the > > 'barest' > >

Re: [Jruby-devel] socket status

2006-03-23 Thread Evan
David Corbin wrote: >> 2) What is the delta from where they need to be? > > I'm not sure I understand the question. Only a small portion of the > Socket > family is implemented, and even those are only implemented at the > 'barest' > level. I guess I mean, does anyone have some list of what exac

Re: [Jruby-devel] socket status

2006-03-23 Thread David Corbin
On Wednesday 22 March 2006 23:32, Evan wrote: > What's the status of socket support? > > My poking indicates that although "accept" appears to work, send and recv > (and anything else I try) don't. I've been trying to hack some support in > via stuff like > > OldTCPSocket = TCPSocket > > class New