Package server.restful.common
Schnittstelle IServletSystemProperties.EndEventServlet
- Umschließende Schnittstelle:
IServletSystemProperties
public static interface IServletSystemProperties.EndEventServlet
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intEndEvent: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)static final intEndEvent: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)static final intEndEvent Maximum number of requests waiting for recognition until they get rejected (default: 50)static final intEndEvent Maximum number of requests in parallel (default: 50)static final intEndEvent: maximum number of requests in parallel (default: 7)static final intEndEvent: maximum number of idle requests waiting to come alive (default: 7)
-
Felddetails
-
MAX_END_EVENT
static final int MAX_END_EVENTEndEvent Maximum number of requests in parallel (default: 50)- System Property:
- jsidplay2.endevent.max.parallel
-
END_EVENT_ASYNC_TIMEOUT
static final int END_EVENT_ASYNC_TIMEOUTEndEvent: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)- System Property:
- jsidplay2.endevent.async.timeout
-
MAX_END_EVENT_IN_PARALLEL_CORE
static final int MAX_END_EVENT_IN_PARALLEL_COREEndEvent: maximum number of idle requests waiting to come alive (default: 7)- System Property:
- jsidplay2.endevent.max.parallel.core
-
MAX_END_EVENT_IN_PARALLEL
static final int MAX_END_EVENT_IN_PARALLELEndEvent: maximum number of requests in parallel (default: 7)- System Property:
- jsidplay2.endevent.max.parallel
-
END_EVENT_KEEPALIVE_TIME
static final int END_EVENT_KEEPALIVE_TIMEEndEvent: Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)- System Property:
- jsidplay2.endevent.time
-
END_EVENT_QUEUE_SIZE
static final int END_EVENT_QUEUE_SIZEEndEvent Maximum number of requests waiting for recognition until they get rejected (default: 50)- System Property:
- jsidplay2.endevent.queue.size
-