On Fri, Apr 1, 2011 at 9:24 PM, Clayton Swan <[email protected]>wrote:

> And another question that has arisen while I was thinking about Wes's
> response:
>
> How would that work if I had a random number of timers (between 1 and
> 15) being generated from a mysql database? As far as I know there is
> no way to generate server-side code on the fly.
>
>
The general solution, IME, for this sort of problem is to queue up events
based on when you want them to run.   Then you specify them in terms of when
you want them run, and synchronize everything to a central timesource.

Wes

-- 
Wesley W. Garland
Director, Product Development
PageMail, Inc.
+1 613 542 2787 x 102

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to