Re: [google-appengine] Acquire Thread Lock takes 50% of response time

2012-04-23 Thread Brian Quinlan
Hi Austin, Could you include all of the profile results? Cheers, Brian On Mon, Apr 23, 2012 at 3:45 AM, Austin wrote: > Hi, > > I'm using python27 on GAE, and with threadsafe either false or true, > "{method 'acquire' of 'thread.lock' objects}" takes up to 50% of my > response time. Obviously 4

[google-appengine] Acquire Thread Lock takes 50% of response time

2012-04-22 Thread Austin
Hi, I'm using python27 on GAE, and with threadsafe either false or true, "{method 'acquire' of 'thread.lock' objects}" takes up to 50% of my response time. Obviously 40s is too long for a web app so I'm trying to cut it down, and this acquiring of thread locks is the biggest culprit according to c