April 10, 2007
12:21 p.m.
On Tue, 10 Apr 2007 13:02:06 +0100, Matthew Glubb <matt@zgroupplc.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi All,
I was wondering whether anyone has written a twisted protocol class / module for memcached? I am currently developing an application that makes use of memcached. I really don't like the fact that the memcache operations are blocking within my nice deferred environment. In lieu of a deferred memcache operation, would it be wise to place this functionality in a twisted thread?
Would anyone be interested in a twisted module for memcached or would the additional overhead render it useless (too slow)?
Some work has been done on this recently: http://twistedmatrix.com/trac/ticket/2506 Jean-Paul