Web service options control various aspects of HTTP server behavior.
Use the following syntax to set a public option in an HTTP server:
SET TEMPORARY OPTION PUBLIC.http_session_timeout=100; |
The following is a list of options that are commonly used in HTTP servers for application configuration:
http_connection_pool_basesize Specifies the nominal threshold size of database connections.
http_connection_pool_timeout Specifies the maximum duration that an unused connection can be retained in the connection pool.
http_session_timeout Specifies the default timeout duration, in minutes, that the HTTP session persists during inactivity.
request_timeout Controls the maximum time a single request can run.
webservice_namespace_host Specifies the hostname to be used as the XML namespace within specification for DISH services.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |