txconnpool
txconnpool copied to clipboard
A generalized connection pooling library for Twisted.
Results
2
txconnpool issues
Sort by
recently updated
recently updated
newest added
``` method = getattr(client, method, None) if method is not None: d = method(*args, **kwargs) ``` if `method` us `@defer.inlineCallbacks`, then we might have a `maximum recursion depth exceeded` issue....
Any chance we can get a new PyPI release with the included memcache implementation?