Name: joT67522 Date: 11/07/97
[not] so much a bug report as an RFE for a cleaner way of
handling blocking io. It looks like right now I need to tie
up a separate thread for each socket since I have to keep
read()ing the stream constantly, or even uglier, set an SoTimeout
and loop through all the streams with read() commands.
A better way would be to have add/removeInputListener()
methods in InputStream so a listener could be notified
whenever the stream got more data or EOF. IMHO this would
be great for handling input from any source that blocks.
Since jdk1.2b1 is due out soon, I know this RFE is late -- which
is why I submitted it two months ago! ;) -- but nonetheless I
hope you'll consider it or pass it along as you think appropriate.
I think an InputListener would be a very Good Thing.
Charles
--
company - OAO Corp. , email - ###@###.###
(Review ID: 13782)
======================================================================
- duplicates
-
JDK-4074655 Asynchronous notification of IO (socket) events
-
- Closed
-
-
JDK-4075058 java.io: Add support for non-blocking I/O
-
- Closed
-