Thanks for the answer James, your answer was pretty much what I thought the situation was.
According to this posting; https://plus.google.com/110401818717224273095/posts/AA3sBWG92gu The new billing starts on Nov 1 and Python 2.7 starts on Dec 1. For one month I am going to have to put up with paying Google more money than I would like to. I don't mind optimizing my application (it is easier than expected) but would have preferred Python 2.7 to be released prior to the new billing. On Sep 8, 1:35 pm, James Cooper <[email protected]> wrote: > Hi there, > > My understanding is that currently Java based apps are multi-threaded, so a > single instance can concurrently service multiple requests. Python apps are > single threaded, but that will change when 2.7 support is released. I do > Java work, so I'm not sure what you have to do on the Python side to support > that change. > > Others here should correct me if I'm wrong about this. > > -- James -- 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.
