Hey Issac, While I can't really provide a definite answer, I used this quite often to profile specific functions (print_stats) and it always worked quite well.
Koen On Jun 2, 10:14 am, Issac Trotts <[email protected]> wrote: > Can my Python code on App Engine do something like this > > sio = StringIO.StringIO() > sys.stdout = sio... > > without having to worry that multiple users running hitting the same code > might end up seeing each other's results? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
