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

java runtime uses select(3C) but should use poll(2)

XMLWordPrintable

    • 1.1.6
    • sparc
    • solaris_2.6
    • Verified

        The customer is attempting to implement a multi-threaded application
        server which needs to handle >1024 sockets. The choice of select(3C)
        instead of poll(2) means that the current java runtime is limited to
        1024 file desciptors. Using poll(2) would remove this limit (unless
        it is hard-coded elsewhere).

              never Tom Rodriguez
              duke J. Duke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: