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