Re: [sqlalchemy] Measure time to checkout a connection from the pool

2014-02-20 Thread Shahaf Abileah
-patching an internal function (_do_get). But it does measure what I'm after (I think). --S On Wed, Feb 19, 2014 at 8:15 PM, Michael Bayer mike...@zzzcomputing.comwrote: On Feb 19, 2014, at 9:27 PM, Shahaf Abileah sha...@gmail.com wrote: Hello, I'd like to measure how much time my code spends

[sqlalchemy] Measure time to checkout a connection from the pool

2014-02-19 Thread Shahaf Abileah
Hello, I'd like to measure how much time my code spends waiting to check out a connection from the pool. Why? Because I suspect that I have too many workers and not enough connections in the pool, and I'd like to gather some hard numbers to prove my theory one way or the other. I see that

[sqlalchemy] Re: SQLAlchemy / Memcache layer

2013-03-25 Thread Shahaf Abileah
I'm looking to do the same (automatic invalidation). Vince, were you able to get it to work? Any tips worth sharing? thanks, --S On Monday, December 13, 2010 5:31:17 PM UTC-8, Vince Ng wrote: Hi, I've been attempting to try to add an abstract layer of Memcache on top of the current