http://code.google.com/intl/fr/appengine/docs/python/runtime.html#The_Sandbox

An App Engine application cannot:
-spawn a sub-process or thread. A web request to an application must
be handled in a single process within a few seconds. Processes that
take a very long time to respond are terminated to avoid overloading
the web server.

On 20 avr, 13:11, eli <elliott.rosent...@gmail.com> wrote:
> Hi guys,
>
> I have built a program that is (hopefully) concurrency safe. I would
> like to test this thoroughly using a testing module that I have
> written.
> Unfortunately I cant seem to get app engine to run two threads
> concurrently to simulate two users taking action at the same time.
>
> Currently I am using .start() on a number of threads, each of which
> should then go off and access certain datastructures to test their
> safety. Unfortunately I can only seem to get app engine to serve each
> threads requests, from start to finish, in the order they were
> created.
>
> Could somebody please give me some pointers. Thanks for the help in
> advanced.
>
> Regards,
> Elliott R
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to