Uploaded image for project: 'Nuxeo Enhanced Viewer'
  1. Nuxeo Enhanced Viewer
  2. NEV-469

Add a pool to the previewer for HTTP requests against rendition

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 10.6.6, arender-2.0.0
    • Component/s: ARender
    • Release Notes Description:
      Hide

      New properties are added to configure connection pool in the HMI server side :

      #By default the connection pool is disabled
      arender.rest.connection.pool.use=false
      #The following properties are taken into account if the connection pool is enabled
      arender.rest.connection.pool.max.total=100
      arender.rest.connection.pool.max.per.route=20
      

      The environment variables would be:

      ARENDERSRV_ARENDER_REST_CONNECTION_POOL_USE=false
      ARENDERSRV_ARENDER_REST_CONNECTION_POOL_MAX_TOTAL=100
      ARENDERSRV_ARENDER_REST_CONNECTION_POOL_MAX_PER_ROUTE=20
      
      Show
      New properties are added to configure connection pool in the HMI server side : #By default the connection pool is disabled arender. rest .connection.pool.use= false #The following properties are taken into account if the connection pool is enabled arender. rest .connection.pool.max.total=100 arender. rest .connection.pool.max.per.route=20 The environment variables would be: ARENDERSRV_ARENDER_REST_CONNECTION_POOL_USE= false ARENDERSRV_ARENDER_REST_CONNECTION_POOL_MAX_TOTAL=100 ARENDERSRV_ARENDER_REST_CONNECTION_POOL_MAX_PER_ROUTE=20

      Description

      We would like to add a pool for the HTTP requests made against the rendition.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                kleturc Kevin Leturc
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: