Schnittstelle IServletSystemProperties.KeyEventServlet

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.KeyEventServlet
  • Feldübersicht

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

    • MAX_KEY_EVENT

      static final int MAX_KEY_EVENT
      KeyEvent Maximum number of requests in parallel (default: 50)
      System Property:
      jsidplay2.keyevent.max.parallel
    • KEY_EVENT_ASYNC_TIMEOUT

      static final int KEY_EVENT_ASYNC_TIMEOUT
      KeyEvent: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)
      System Property:
      jsidplay2.keyevent.async.timeout
    • MAX_KEY_EVENT_IN_PARALLEL_CORE

      static final int MAX_KEY_EVENT_IN_PARALLEL_CORE
      KeyEvent: maximum number of idle requests waiting to come alive (default: 7)
      System Property:
      jsidplay2.keyevent.max.parallel.core
    • MAX_KEY_EVENT_IN_PARALLEL

      static final int MAX_KEY_EVENT_IN_PARALLEL
      KeyEvent: maximum number of requests in parallel (default: 7)
      System Property:
      jsidplay2.keyevent.max.parallel
    • KEY_EVENT_KEEPALIVE_TIME

      static final int KEY_EVENT_KEEPALIVE_TIME
      KeyEvent: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)
      System Property:
      jsidplay2.keyevent.time
    • KEY_EVENT_QUEUE_SIZE

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