Hi Jehiah,<br><br>&nbsp;&nbsp;&nbsp; I am running just one memcached server, on the same machine as the cluster of 4 instances. That is why I entered the localhost ip. Everything here is in one server. Don't really understand why do I still have to expand the Cache.servers.<br><br>Glad that this is going somewhere. Thanx for the help guys.<br><br><b><i>Jehiah Czebotar &lt;jehiah@gmail.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> the problem is with the way you are setting up your memcached connection<br><br>You are running on a mongrel cluster, but each server in the cluster<br>is configured to connect only to the locally running memcached<br>(127.0.0.1). That is why you are having problems with storing your<br>session. you are using 4 different memcache pools, one on each server,<br>instead of one large pool.<br><br>CACHE.servers = '127.0.0.1:11211'<br><br>should be a complete list
 of your servers . something like this:<br><br>CACHE.servers =<br>'10.10.10.1:11211,10.10.10.2:11211,10.10.10.3:11211,10.10.10.4:11211'<br><br>--<br>Jehiah<br><br>On 5/13/07, catandmao-reg@yahoo.com <catandmao-reg@yahoo.com> wrote:<br>&gt; Hi Eric,<br>&gt;<br>&gt;   here are my current stats:<br>&gt;   Rails: 1.2.3<br>&gt;   Memcached: 1.2.2<br>&gt;   memcached-client: 1.3.0<br>&gt;   mongrel_cluster: 0.2.1<br>&gt;<br>&gt; As for configuration, I just added the following in the single environment.rb of the rails app<br>&gt; ########################<br>&gt; require_gem 'memcache-client'<br>&gt; #...other codes...<br>&gt; #uncommented and changed....<br>&gt; config.action_controller.session_store = :mem_cache_store<br>&gt; #...other codes...<br>&gt; memcache_options = {<br>&gt;   :c_threshold =&gt; 10_000,<br>&gt;   :compression =&gt; true,<br>&gt;   :debug =&gt; false,<br>&gt;   :namespace =&gt; 'My_Rails_App',<br>&gt;   :readonly =&gt; false,<br>&gt;   :urlencode =&gt;
 false<br>&gt; }<br>&gt;<br>&gt; CACHE = MemCache.new memcache_options<br>&gt; CACHE.servers = '127.0.0.1:11211'<br>&gt; ActionController::Base.session_options[:expires] = 1800<br>&gt; ActionController::Base.session_options[:cache] = CACHE<br>&gt; ########################<br>&gt;<br>&gt; Please point out anything wrong that I did.  Thanx a million!<br>&gt;<br>&gt; Eric Hodel <drbrain@segment7.net> wrote:<br>&gt;  On May 12, 2007, at 08:39,<br>&gt; reg@yahoo.com&gt; wrote:<br>&gt;<br>&gt; &gt; Hi, what do you mean by 'which client'?<br>&gt; &gt;<br>&gt; &gt; Well, I have set Apache to virtual host a cluster of 4 mongrels,<br>&gt; &gt; and the problem about session handling appears, when I try to uses<br>&gt; &gt; memcached to hold the sessions.<br>&gt;<br>&gt; Mongrel is not a memcache client, so you're using some other piece of<br>&gt; software to connect whatever mongrel is running to memcached.<br>&gt;<br>&gt; &gt; If I just use just 1 instance of mongrel, it works. Note
 that I<br>&gt; &gt; have no problems using the default PStore, in both single mongrel<br>&gt; &gt; instance and mongrel clusters.<br>&gt;<br>&gt; AFAIK, PStore is ruby-specific, so you're running a ruby memcached<br>&gt; client.  What is its name  and version?  How do you have it configured<br>&gt; on each mongrel?<br>&gt;<br>&gt; &gt; This happens in both IE and Firefox too. Please help! =)<br>&gt; &gt;<br>&gt; &gt; Eric Hodel  wrote: On May 11, 2007, at 01:19,<br>&gt; &gt; reg@yahoo.com&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; &gt; Greetings group!<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Anyone who had problems and hopefully with a solution to why<br>&gt; &gt; &gt; Memcache 1.2.2 does not seem to work with a Mongrel Cluster? It<br>&gt; &gt; &gt; works fine when I use it with just one Mongrel instance, but with a<br>&gt; &gt; &gt; cluster, the sessions keep getting lost.<br>&gt; &gt;<br>&gt; &gt; Which
 client?<br>&gt;<br>&gt;<br>&gt;<br></drbrain@segment7.net></catandmao-reg@yahoo.com></blockquote><br><p>&#32;
      <hr size=1> <a href="http://answers.yahoo.com.sg"><img src="http://sg.yimg.com/i/sg/answers/yanswers_footer.gif" height=65 width=346></a><br> 
<font color=#33CC00><strong>Real people. Real questions. Real answers. <a href="http://answers.yahoo.com.sg">Share what you know</a></strong></font>.