vote up 0 vote down star

Know that either java-version or python-version it doesn't support threading or processes. So if I want to execute a small snippet periodically in GAE, is there any possibility?

Oh, I'm just finding there is a document mentioned about it: http://code.google.com/appengine/docs/java/config/cron.html

flag

40% accept rate
Yes, they weren't avaiable in the early versions of the platform but were added later (and it was definitely a feature that a lot of developers wanted). By the way, when you answer your own question I think the convention is actually to post an answer -- which you can then accept. Otherwise, the question will display as "unanswered". – Todd Owen Aug 27 at 9:52
almost a duplicate of stackoverflow.com/questions/1276984/… – Chii Aug 27 at 10:46

1 Answer

vote up 0 vote down check

Thanks Todd.

I think the cron job can help my task.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.