The resend-delay Element"

From Documentation
m
m
Line 1: Line 1:
 
  {{ZKConfigurationReferencePageHeader}}
 
  {{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<resend-deplay>''a_number''</resend-delay>
  
 
  [Default: -1<ref>The default is 9000 if ZK 5.0.3 EE or prior is used. </ref>]
 
  [Default: -1<ref>The default is 9000 if ZK 5.0.3 EE or prior is used. </ref>]

Revision as of 14:09, 3 December 2010


The resend-delay Element


Syntax:

<resend-deplay>a_number</resend-delay>
[Default: -1[1]]

It specifies the time, in milliseconds, to wait before resending the AU requests to the server. There are many reasons an AU request is not received by the server. For example, the server may drop the connection if it is overloaded. To ensure the reliability, ZK will abort the previous request and then resend the request, if the specified delay expires.


  1. The default is 9000 if ZK 5.0.3 EE or prior is used.
Version Date Content
5.0.4 July, 2010 resend-delay is default to -1 (i.e., disabled by default) no matter ZK CE or EE.


Last Update : 2010/12/03

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.