Sidnei da Silva wrote:
On Wed, May 31, 2006 at 02:12:48PM -0400, Tres Seaver wrote: | -----BEGIN PGP SIGNED MESSAGE----- | Hash: SHA1 | | Eric Brun wrote: | > Hi, | > | > I have bad experence with tempstorage on ZEO (FileStorage with no undo). | > With site with 18000 users (300 per minutes) , the site hang because of | > conflict on ZEO. | > I am very interested by a faster tempstorage like SQLDB | | I am working on a memcached-based shared session data container, which | should be both faster than ZEO + tempstorage and conflict-free.
Having written a MemcacheCacheManager, I'm very interested in helping with this. How can I help you?
Not sure if you know it, but I guess Tres is referring to http://www.danga.com/memcached/ I was also ofthen thinking if something like that would make a good client cache - w/o blowing up pythons heap so much. Regards Tino