Try with threadsafe:False and see if it affects the delay. It shouldn't, but it's worth a try. When I switched one of my apps to 2.7 a few months ago, enabling threadsafe caused 10x increase in response time so I disabled it right away.
On Sat, Mar 17, 2012 at 11:59 AM, Brandon Wirtz <[email protected]> wrote: > There are a number of string manipulation functions that seem slower on 2.7 > I don't think I had encountered any at 10x, but that one may call several > that are half as fast nested. > > > > -- > 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. > > -- 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.
