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

Create a pool for the image-servlet-pool thread

    XMLWordPrintable

    Details

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

      New properties in HMI server side to configure the image servlet thread pool are :

      image.servlet.thread.pool.size=200
      image.servlet.thread.pool.isDaemon=false
      image.servlet.thread.pool.threadPrefix=image-servlet-pool-%d
      #Timeout in millisecond for idle thread expiration. If value <= 0, no thread timeout is defined.
      image.servlet.thread.pool.keepAliveTime=0
      

      This will result in environment variables:

      ARENDERSRV_IMAGE_SERVLET_THREAD_POOL_SIZE=200
      ARENDERSRV_IMAGE_SERVLET_THREAD_POOL_ISDAEMON=false
      ARENDERSRV_IMAGE_SERVLET_THREAD_POOL_THREADPREFIX=image-servlet-pool-%d
      ARENDERSRV_IMAGE_SERVLET_THREAD_POOL_KEEPALIVETIME=0
      
      Show
      New properties in HMI server side to configure the image servlet thread pool are : image.servlet.thread.pool.size=200 image.servlet.thread.pool.isDaemon= false image.servlet.thread.pool.threadPrefix=image-servlet-pool-%d #Timeout in millisecond for idle thread expiration. If value <= 0, no thread timeout is defined. image.servlet.thread.pool.keepAliveTime=0 This will result in environment variables: ARENDERSRV_IMAGE_SERVLET_THREAD_POOL_SIZE=200 ARENDERSRV_IMAGE_SERVLET_THREAD_POOL_ISDAEMON= false ARENDERSRV_IMAGE_SERVLET_THREAD_POOL_THREADPREFIX=image-servlet-pool-%d ARENDERSRV_IMAGE_SERVLET_THREAD_POOL_KEEPALIVETIME=0

      Description

      We would like to have a threadpool for the image-servlet-pool- thread created by the previewer.

      We should be able to change the maximum number of thread in this pool.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: