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

java.io: Support polling/select-like functionality

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.1.2, 1.1.3
    • core-libs
    • None
    • x86, sparc
    • solaris_2.5.1, windows_nt



      Name: rlT66838 Date: 07/23/97


      We *really* would like to see a mechanism similar
      to the select(3C) call in Unix/Posix. Basically,
      you could give this mechanism a list of input
      streams, and it would block until one (any one)
      of the streams became available for reading.

      You can currently get half of the way there
      by using InputStream.available(), but you would
      have to constantly poll over a set of InputStreams
      calling available(), instead of blocking.

      The immediate upshoot of a select mechanism would
      be to solve a problem we have using Runtime.exec()
      and Processes; that is, if you want to pipe
      the new Process' stdin, stdout and stderr to
      the normal ones (ie the terminal) you have to use
      a seperate thread for each stream, otherwise
      the buffers on those streams might become full
      and the process will block.

      Thank you for your time :)

      ======================================================================

            mr Mark Reinhold
            rlewis Roger Lewis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: