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. See http_connection_pool_basesize option.
http_connection_pool_timeout Specifies the maximum duration that an unused connection can be retained in the connection pool. See http_connection_pool_timeout option.
http_session_timeout Specifies the default timeout duration, in minutes, that the HTTP session persists during inactivity. See http_session_timeout option.
request_timeout Controls the maximum time a single request can run. See request_timeout option.
webservice_namespace_host Specifies the hostname to be used as the XML namespace within specification for DISH services. See webservice_namespace_host option.
For more information about SQL Anywhere database options, see Database options.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |