Prev | Current Page 150 | Next

Frank Zammetti

"Practical DWR 2 Projects"

The default is 1800000, or
30 minutes.
maxCallCount This sets the maximum number of requests allowed
in a batch. The default is 20. The purpose of this
setting is to help reduce the possibility of
overloading the server by mistake, and to help avoid
Denial of Service attacks.
activeReverseAjaxEnabled When set to true, the polling and Comet reverse Ajax
techniques are enabled. This defaults to false.
maxWaitingThreads This sets how many threads the servlet will keep in
an active state for handling requests. The default is
100.
maxPollHitsPerSecond When using the polling reverse Ajax method, this is
the maximum number of requests per second
allowed. The default value is 40.
preStreamWaitTime This is the maximum amount of time in
milliseconds to wait before opening a stream to
reply. By default, this is 29000.
postStreamWaitTime This is the maximum amount of time in milliseconds
to wait after opening a stream to reply. By default,
this is 1000.
[Interface Name] This is used to override parts of DWR without having
to build it from source. The default implementation
is the default.
ignoreLastModified By default this is false. DWR uses Last-Modified
headers to help the client determine when a request
for a given resource should be made, thereby
reducing those requests due to smart caching.


Pages:
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162