« Return to Thread: Pure pub/sub behavior in Reverse Ajax

Re: Pure pub/sub behavior in Reverse Ajax

by Joe Walker-3 :: Rate this Message:

Reply to Author | View in Thread


If you are using polling instead of comet then DWR does not keep any connections open at all.
In addition DWR does have some mechanics to induce semi-polling behaviour when more than one window is looking at the same server. Although this only works within DWR, not between DWR and ActiveMatrix

Joe.

On 4/10/07, chago <nabble@...> wrote:

But there isn't any way to prevent a _poll() and a single long-running DWR
request from blocking further requests to the server, correct?


Joe Walker-3 wrote:
>
> You can make DWR use less connection time by configuring it to polling if
> you want.
>

 « Return to Thread: Pure pub/sub behavior in Reverse Ajax