Re: Select/poll for java-linux

1999-12-03 Thread Isaac Elias
> Yep, there's some demo code in the Solaris production release. > > http://guiness.cs.uni-dortmund.de/~kreilede/poller/poller.tar.bz2 Is there an officiall place where one could download the Solaris release and keep up to date with the progress? Isaac -

Re: Select/poll for java-linux

1999-11-30 Thread Juergen Kreileder
> Scott Murray writes: Scott> On Mon, 29 Nov 1999, Artur Biesiadowski wrote: >> Has anybody implemented it already ? Sun does not seem to try >> to solve the subject, but I suppose that it should be possible >> to add select like functionality on top of current jdk >> (inc

Re: Select/poll for java-linux

1999-11-29 Thread Scott Murray
On Mon, 29 Nov 1999, Artur Biesiadowski wrote: > Has anybody implemented it already ? Sun does not seem to try to solve > the subject, but I suppose that it should be possible to add select like > functionality on top of current jdk (including some native code of > course). > > I'm not thinking

Re: Select/poll for java-linux

1999-11-29 Thread Nelson Minar
>Has anybody implemented it already ? Sun does not seem to try to >solve the subject, but I suppose that it should be possible to add >select like functionality on top of current jdk I've heard other references to doing this. Couldn't quickly find anything, but it might be worth searching for. H

Select/poll for java-linux

1999-11-29 Thread Artur Biesiadowski
Has anybody implemented it already ? Sun does not seem to try to solve the subject, but I suppose that it should be possible to add select like functionality on top of current jdk (including some native code of course). I'm not thinking about being particulary portable here - as long as I can ru