Closed Bug 384352 Opened 18 years ago Closed 17 years ago

Joey Server - polling mechanism to check new updates

Categories

(Mozilla Labs :: Joey, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: mgalli, Unassigned)

Details

(Whiteboard: marked_as_wfm_due_to_project_retirement)

Ajax client to work with a polling mechanism.
Cake has some stuff too... @return string Javascript codeblock 00263 * @access public 00264 */ 00265 function remoteTimer($options = null) { 00266 $frequency=(isset($options['frequency'])) ? $options['frequency'] : 10; 00267 $code="new PeriodicalExecuter(function() {" . $this->remoteFunction($options) . "}, $frequency)"; 00268 return $this->Javascript->codeBlock($code); 00269 }
Summary: Joey Front-end ajax - polling mechanism to check new updates → Joey Server - polling mechanism to check new updates
Assignee: dougt → nobody
Joey has been retired. Thanks for participating. http://joey.labs.mozilla.com/
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Whiteboard: marked_as_wfm_due_to_project_retirement
You need to log in before you can comment on or make changes to this bug.