org.zkoss.zkmax.ui.comet.async.disabled

From Documentation
Revision as of 03:33, 10 February 2012 by Tomyeh (talk | contribs) (Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zkmax.ui.comet.async.disabled Default: <i>auto</i> [Enterprise Edition] [Since 6.0.0] It specifies whether...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


org.zkoss.zkmax.ui.comet.async.disabled


Property:

org.zkoss.zkmax.ui.comet.async.disabled
Default: auto
[Enterprise Edition]
[Since 6.0.0]

It specifies whether to disable the use of Servlet 3's Asynchronous Support for handling Comet-based server push.

By default, ZK detects if the server supports Servlet 3, and then use Asynchronous Support if available. The memory use of Asynchronous Support is much more efficient since it doesn't hold any pending thread. However, if you prefer to disable it, you could specify this library property to true.



Last Update : 2012/02/10

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