Hi everyone, I have been playing with memcache a little and am looking to use it for centralized session storage but have a question.
My current setup has 3 servers running the memcache daemon with 2 frontend web servers. As part of storing the sessions I create a memcache connection pool containing all 3 of the backend servers and store the session data, so far so good. Where my problem comes into play is if one of the memcache daemons fails all session data held within that server is lost, is there anyway to have a set up data stored on multiple servers based on the same key? If a daemon dies I would prefer to not lose all active sessions contained on that system if at all possible. Thanks in advance. -- Jeff Rooney [EMAIL PROTECTED]
