Threads or background processes in Google App Engine (GAE)
Posted
by fmsf
on Stack Overflow
See other posts from Stack Overflow
or by fmsf
Published on 2010-04-15T16:03:59Z
Indexed on
2010/04/15
17:33 UTC
Read the original article
Hit count: 416
Hey,
I'm running a post, and need the request to be replied fast. So I wanted to put a worker running some operations in background and reply the request imidiatly.
The worker is always finite in operations and executes in [0;1] second
How can I do this? Is there any module that suports this in the google app engine api?
Edit:
In python
© Stack Overflow or respective owner