first time user with out of memory question
Paul T
pault12345 at yahoo.com
Mon Jun 12 09:51:53 UTC 2006
> Yes your are right, and i am searching quite a while
> for a good solution for
> php session management. And i thought memcached was
> the best solution but
> maybe i have to search for something different, but
> as fast and distributable
> as memcached.
Have you tried
http://sharedance.pureftpd.org/project/sharedance ?
To make it 'distributed' all you need to do is to add
a few lines of code to the client to do the poor man
load balacing (that is the way memcached does the load
balancing anyways).
Like memcached, sharedance is implemented on top of
libevent. The code is simpler, though, because it has
no 'slabs', no mark and sweep garbage collection e
t.c.
Rgds.Paul.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the memcached
mailing list