I am able to create threads however creation of a Timer and scheduling it are eluding me. I am unsure why this is failing...and silently!
Any ideas?
I am able to create threads however creation of a Timer and scheduling it are eluding me. I am unsure why this is failing...and silently!
Any ideas?
You can use threads in GAE, but there are limitations:
ThreadManager
.If you need to start a delayed task, try using DeferredTask (here's an example) with ETA setting.