Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定 HTTP 请求之间的最大空闲时间(以秒为单位)。
{ KeepaliveTimeout | KTO }=timeout-value
HTTP
HTTPS
timeout-value 此整数指定 HTTP 请求之间等待的时间长度(以秒为单位)。如果不希望连接超时,则指定 KTO=0。在生产环境中,不建议设置 KTO=0,因为恶意的客户端可能会消耗数据库服务器资源并阻止其它客户端连接。
60
此协议选项仅适用于保持活动状态的 HTTP 请求。它指定从收到上一 HTTP 请求到开始收到下一 HTTP 请求的数据之间所允许的最大空闲时间。收到新请求的数据后,由 Timeout 协议选项定义的超时时间将生效。
dbsrv16 -n demo1 -xs https(port=443; identity=C:\Users\Public\Documents\SQL Anywhere 16\Samples\Certificates\rsaserver.id; identity_password=test;kto=50 demo.db