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

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

    XMLWordPrintable

Details

    • 1.1.6
    • sparc
    • solaris_2.6
    • Verified

    Backports

      Description

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

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: