DWR

Examine the SmallSiteServerLoadMonitor

Details

  • Type: Sub-task Sub-task
  • Status: In Progress In Progress
  • Priority: Normal Normal
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: 3.0.1
  • Component/s: Reverse Ajax
  • Documentation Required:
    Yes
  • Description:
    This is a very simple monitor. We should just verify the settings and document it.
  1. load-monitors.html.patch
    (4 kB)
    Matt Conroy
    13/Jan/12 8:23 PM

Activity

Hide
Matt Conroy added a comment - 17/Jun/11 8:22 PM

Just a quick question on this one.

// Start a new poll every 30 minutes
return 1800000;

Won't the above connectedTime cause the browser to attempt to stay connected for 30 min before cycling? If so is that good thing?

Show
Matt Conroy added a comment - 17/Jun/11 8:22 PM Just a quick question on this one. // Start a new poll every 30 minutes return 1800000; Won't the above connectedTime cause the browser to attempt to stay connected for 30 min before cycling? If so is that good thing?
Hide
Mike Wilson added a comment - 19/Jun/11 1:57 AM

This ServerLoadMonitor has been around for a long time and I can only guess on Joe's intentions for it. My guess is that for a small site with low traffic, you can afford to let everyone be connected all the time. Then you can save a little bandwidth by not renewing poll requests so often (30 mins instead of 1 min).

Show
Mike Wilson added a comment - 19/Jun/11 1:57 AM This ServerLoadMonitor has been around for a long time and I can only guess on Joe's intentions for it. My guess is that for a small site with low traffic, you can afford to let everyone be connected all the time. Then you can save a little bandwidth by not renewing poll requests so often (30 mins instead of 1 min).
Matt Conroy made changes - 13/Jan/12 8:22 PM
Field Original Value New Value
Status Open [ 1 ] In Progress [ 3 ]
Hide
Matt Conroy added a comment - 13/Jan/12 8:23 PM

Attached update documentation for the load monitors. Note that the Throttling monitor updates coincide with DWR-501 updates from today.

Show
Matt Conroy added a comment - 13/Jan/12 8:23 PM Attached update documentation for the load monitors. Note that the Throttling monitor updates coincide with DWR-501 updates from today.
Matt Conroy made changes - 13/Jan/12 8:23 PM
Attachment load-monitors.html.patch [ 10342 ]

People

Dates

  • Created:
    25/May/11 9:04 PM
    Updated:
    13/Jan/12 8:23 PM