On Oct 24, 2009, at 3:47 PM, Aparajita Fishman wrote:
I would like any comments or suggestions before I release it as part of the Active4D standard libs. The task runner will be a 4D method running in a separate process that calls a4d.tasks.execute every 10 seconds.
I assume this process is running on the machine running Active4D. We created a cron task in 4D that could call Active4D code. Can't remember all the details, but our missing logic was that the cron task was running on the server and Active4D was running on a 4d client (no Active4D or web license on the server). Since we needed it for both 4D and Active4D, we just gave up the Active4D side (guess we could have used execute on client - but I'm not a 4D person). For the Active4D stuff, we just created a cron task in Mac OS that would generate a curl to a controller script.
Your library approach would probably simplify that process. Steve Alex _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
