>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.
However, do you really need it? What are you trying to do? Many of the
common uses for select() are well supported in Java by using multiple
threads and blocking I/O. I just wrote a spider that runs 20
simultaneous threads, most blocking on network replies. Worked like a
charm with Blackdown JDK 1.1.7 and green threads. Had a bit of trouble
with native threads, but it worked there too.
[EMAIL PROTECTED]
. . . . . . . . http://www.media.mit.edu/~nelson/
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]