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 <issac.tro...@gmail.com> 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 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