Defines the optional administrative endpoints of the Glacier2 admin interface. The administrative endpoints must be accessible to clients that are using the Glacier2 admin interface.
Allowing access to the Glacier2 admin interface is a security risk! If this property is not defined, the admin interface is disabled. |
Defines the optional administrative published endpoints of the Glacier2 admin interface. The administrative endpoints must be accessible to clients that are using the Glacier2 administrative interface. Refer to the description of the object adapter property adapter.PublishedEndpoints for more information.
Allowing access to the Glacier2 admin interface is a security risk! |
Specifies a whitespace-separated list of identity categories. If this property is defined, then the Glacier2 router only allows requests to Ice objects with an identity that matches one of the categories from this list. If Glacier2.AddUserToAllowCategories is defined with a non-zero value, the router automatically adds the user id of each session to this list.
Defines the published client endpoints of the Glacier2 router. These endpoints must be accessible to router clients. Use of a secure transport is highly recommended. Refer to the description of the object adapter property adapter.PublishedEndpoints for more information.
If num is set to a value larger than zero, the Glacier2 router sleeps for the specified number of milliseconds after forwarding all queued requests from a client. This prevents the client from flooding the router with requests. This property is only relevant when Glacier2.Client.Buffered=1. The default value is 0.
If num is set to a value larger than zero, the Glacier2 router queues incoming requests from clients and creates an extra thread for each client connection that processes the queued requests. If num is set to zero, the router operates in unbuffered mode in which a request is forwarded in the same thread that received it. The default value is 1.
In unbuffered mode, twoway requests from a client are serialized, and nested twoway requests are not supported. |
Specifies the filename of a Glacier2 access control list. Each line of the file must contain a username and a password, separated by whitespace. The password must be a 13-character, crypt-encoded string. If this property is not defined, the default value is passwords. This property is ignored if Glacier2.PermissionsVerifier is defined.
Defines the published server endpoints of the Glacier2 router. These endpoints must be accessible to back end servers. Refer to the description of the object adapter property adapter.PublishedEndpoints for more information.
If num is set to a value larger than zero, the Glacier2 router sleeps for the specified number of milliseconds after forwarding all queued requests from a server. This prevents the server from flooding the router with requests. This property is only relevant when Glacier2.Server.Buffered=1. The default value is 0.
If num is set to a value larger than zero, the Glacier2 router queues incoming requests from servers and creates an extra thread for each servers connection that processes the queued requests. If num is set to zero, the router operates in unbuffered mode in which a request is forwarded in the same thread that received it. The default value is 1.
In unbuffered mode, twoway requests from a server are serialized, and nested twoway requests are not supported. |
Unbuffered mode for server requests is susceptible to a denial-of-service attack from hostile clients. Use caution! |
If num is set to a value larger than zero, a client's session with the Glacier2 router expires after the specified num seconds of inactivity. The default value is 0, meaning sessions do not expire due to inactivity.
It is important that num be chosen so that client sessions do not expire prematurely. |
<<< Previous | Home | Next >>> |
IcePatch Properties | Up | Proxies and Endpoints |