Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4091423

java.io: Support non-blocking I/O

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P5 P5
    • None
    • 1.1, 1.1.2
    • core-libs
    • x86
    • windows_95, windows_nt



      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)
      ======================================================================

            mr Mark Reinhold
            johsunw Joon Oh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: