Schnittstelle IServletSystemProperties.RemoveSessionServlet

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.RemoveSessionServlet
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    RemoveSession Maximum number of requests in parallel (default: 50)
    static final int
    RemoveSession: maximum number of requests in parallel (default: 7)
    static final int
    RemoveSession: maximum number of idle requests waiting to come alive (default: 7)
    static final int
    RemoveSession: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)
    static final int
    RemoveSession: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)
    static final int
    RemoveSession Maximum number of requests waiting for recognition until they get rejected (default: 50)
  • Felddetails

    • MAX_REMOVE_SESSION

      static final int MAX_REMOVE_SESSION
      RemoveSession Maximum number of requests in parallel (default: 50)
      System Property:
      jsidplay2.removesession.max.parallel
    • REMOVE_SESSION_ASYNC_TIMEOUT

      static final int REMOVE_SESSION_ASYNC_TIMEOUT
      RemoveSession: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)
      System Property:
      jsidplay2.removesession.async.timeout
    • MAX_REMOVE_SESSION_IN_PARALLEL_CORE

      static final int MAX_REMOVE_SESSION_IN_PARALLEL_CORE
      RemoveSession: maximum number of idle requests waiting to come alive (default: 7)
      System Property:
      jsidplay2.removesession.max.parallel.core
    • MAX_REMOVE_SESSION_IN_PARALLEL

      static final int MAX_REMOVE_SESSION_IN_PARALLEL
      RemoveSession: maximum number of requests in parallel (default: 7)
      System Property:
      jsidplay2.removesession.max.parallel
    • REMOVE_SESSION_KEEPALIVE_TIME

      static final int REMOVE_SESSION_KEEPALIVE_TIME
      RemoveSession: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)
      System Property:
      jsidplay2.removesession.time
    • REMOVE_SESSION_QUEUE_SIZE

      static final int REMOVE_SESSION_QUEUE_SIZE
      RemoveSession Maximum number of requests waiting for recognition until they get rejected (default: 50)
      System Property:
      jsidplay2.removesession.queue.size