[Zope-dev] Re: [ZODB-Dev] Re: tempstorage to ZEO?

Tres Seaver tseaver at palladion.com
Wed May 31 17:15:53 EDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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?

I haven't tested it under heavy load yet, but here is my first pass:  it
registers two ZMI-addable objects:

  - a 'MemCache Proxy', which knows the set of servers making up the
    distributed cache (these may be either straight memcached servers
    or, alternatively, disk-based tugela servers).

  - a 'MemCache Session Data Container', which uses the proxy to
    implement the same interface as the TransientObjectContainer.

I plan to bang on it a little more, and release it sometime on or before
the 12th (I'm giving a talk on it at the ZPUG meeting then).


Tres.
- --
===================================================================
Tres Seaver          +1 202-558-7113          tseaver at palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEfgeJ+gerLs4ltQ4RAi2HAKCLvrdVm/Teqg/89VgP3lW+Tab/XwCdHgPV
zrgHfoFO8WaNnVuYswl5EjY=
=y9Rm
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcdutils-0.1.tar.gz
Type: application/x-gzip
Size: 14013 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20060531/181e70c8/mcdutils-0.1.tar-0001.bin


More information about the Zope-Dev mailing list