> I want to add a timer to my GAE application, so I can execute certain > logic at given interval. I tried python's Timer object > (http://www.python.org/doc/2.5.2/lib/timer-objects.html), but it doesn't seem > to work properly.
You cannot use the timer, create threads or spawn processes. See comments in issue 6 for possible workarounds: http://code.google.com/p/googleappengine/issues/detail?id=6 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
