<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Started memcached session manager project: session failover with memcached</title>
	<link>http://www.javakaffee.de/blog/2009/03/19/started-memcached-session-manager-project-session-failover-with-memcached/</link>
	<description>Just another weblog about (web) development technologies like spring, tapestry, jersey, jsf, hibernate and more</description>
	<pubDate>Sun, 05 Feb 2012 06:14:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: martin.grotzke</title>
		<link>http://www.javakaffee.de/blog/2009/03/19/started-memcached-session-manager-project-session-failover-with-memcached/#comment-39582</link>
		<pubDate>Mon, 11 Apr 2011 21:54:20 +0000</pubDate>
		<guid>http://www.javakaffee.de/blog/2009/03/19/started-memcached-session-manager-project-session-failover-with-memcached/#comment-39582</guid>
					<description>D'oh, just found the filled up comment queue - sorry for being quite that long!

@Hank: Sounds good, that's basically what I just implemented in msm 1.4.0 to support non sticky sessions. I also invite to discuss things in greater detail on the mailing list (http://groups.google.com/group/memcached-session-manager ).</description>
		<content:encoded><![CDATA[<p>D&#8217;oh, just found the filled up comment queue - sorry for being quite that long!</p>
<p>@Hank: Sounds good, that&#8217;s basically what I just implemented in msm 1.4.0 to support non sticky sessions. I also invite to discuss things in greater detail on the mailing list (http://groups.google.com/group/memcached-session-manager ).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ehcache.net</title>
		<link>http://www.javakaffee.de/blog/2009/03/19/started-memcached-session-manager-project-session-failover-with-memcached/#comment-37748</link>
		<pubDate>Tue, 04 Jan 2011 04:02:51 +0000</pubDate>
		<guid>http://www.javakaffee.de/blog/2009/03/19/started-memcached-session-manager-project-session-failover-with-memcached/#comment-37748</guid>
					<description>&lt;strong&gt;Started memcached session manager project: session failover with memcached...&lt;/strong&gt;

I just started my first project on google code with the source code hosted in github: the memcached session manager.– At first I must say - creating new projects on google code or github feels completely different compared to some years ago when pr...</description>
		<content:encoded><![CDATA[<p><strong>Started memcached session manager project: session failover with memcached&#8230;</strong></p>
<p>I just started my first project on google code with the source code hosted in github: the memcached session manager.</p>
<p>– At first I must say - creating new projects on google code or github feels completely different compared to some years ago when pr&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Hank</title>
		<link>http://www.javakaffee.de/blog/2009/03/19/started-memcached-session-manager-project-session-failover-with-memcached/#comment-29159</link>
		<pubDate>Thu, 19 Mar 2009 17:04:04 +0000</pubDate>
		<guid>http://www.javakaffee.de/blog/2009/03/19/started-memcached-session-manager-project-session-failover-with-memcached/#comment-29159</guid>
					<description>Here is my opinion. It is better to remove the session sticky requirement and move the session out of tomcat completely. The session can be store in two tiers memecached servers: frontend and backup.

here is the read flow, user -&#62; any tomcat -&#62; read session out from frontend memcached with session id.
Here is the store flow, session changed -&#62; store to frontend memcached server with session id as key -&#62; store to backup memcached server with session id as key.

Here is the failover case.
if one tomcat is down, user will connect to another tomcat server without issue.
if one memcached server is down, read the data from backup memcached server.

So if the tomcat session handling code can be changed to connect to memcached directly, there is no need to change the application or add servlet to application.

your opinion?</description>
		<content:encoded><![CDATA[<p>Here is my opinion. It is better to remove the session sticky requirement and move the session out of tomcat completely. The session can be store in two tiers memecached servers: frontend and backup.</p>
<p>here is the read flow, user -&gt; any tomcat -&gt; read session out from frontend memcached with session id.<br />
Here is the store flow, session changed -&gt; store to frontend memcached server with session id as key -&gt; store to backup memcached server with session id as key.</p>
<p>Here is the failover case.<br />
if one tomcat is down, user will connect to another tomcat server without issue.<br />
if one memcached server is down, read the data from backup memcached server.</p>
<p>So if the tomcat session handling code can be changed to connect to memcached directly, there is no need to change the application or add servlet to application.</p>
<p>your opinion?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

