Hi Eric,<br><br>&nbsp; here are my current stats:<br>&nbsp; Rails: 1.2.3<br>&nbsp; Memcached: 1.2.2<br>&nbsp; memcached-client: 1.3.0<br>&nbsp; mongrel_cluster: 0.2.1<br><br>As for configuration, I just added the following in the single environment.rb of the rails app<br>########################<br>require_gem 'memcache-client'<br>#...other codes...<br>#uncommented and changed....<br>config.action_controller.session_store = :mem_cache_store<br>#...other codes...<br>memcache_options = {<br>&nbsp; :c_threshold =&gt; 10_000,<br>&nbsp; :compression =&gt; true,<br>&nbsp; :debug =&gt; false,<br>&nbsp; :namespace =&gt; 'My_Rails_App',<br>&nbsp; :readonly =&gt; false,<br>&nbsp; :urlencode =&gt; false<br>}<br><br>CACHE = MemCache.new memcache_options<br>CACHE.servers = '127.0.0.1:11211'<br>ActionController::Base.session_options[:expires] = 1800<br>ActionController::Base.session_options[:cache] = CACHE<br>########################<br><br>Please point out anything wrong that I did.
 Thanx a million!<br><br><b><i>Eric Hodel &lt;drbrain@segment7.net&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On May 12, 2007, at 08:39, <catandmao-reg@yahoo.com> <catandmao-><br>reg@yahoo.com&gt; wrote:<br><br>&gt; Hi, what do you mean by 'which client'?<br>&gt;<br>&gt; Well, I have set Apache to virtual host a cluster of 4 mongrels,  <br>&gt; and the problem about session handling appears, when I try to uses  <br>&gt; memcached to hold the sessions.<br><br>Mongrel is not a memcache client, so you're using some other piece of  <br>software to connect whatever mongrel is running to memcached.<br><br>&gt; If I just use just 1 instance of mongrel, it works. Note that I  <br>&gt; have no problems using the default PStore, in both single mongrel  <br>&gt; instance and mongrel clusters.<br><br>AFAIK, PStore is ruby-specific, so you're running a ruby memcached  <br>client.  What is its name
 and version?  How do you have it configured  <br>on each mongrel?<br><br>&gt; This happens in both IE and Firefox too. Please help! =)<br>&gt;<br>&gt; Eric Hodel <drbrain@segment7.net> wrote: On May 11, 2007, at 01:19,<br>&gt; reg@yahoo.com&gt; wrote:<br>&gt;<br>&gt; &gt; Greetings group!<br>&gt; &gt;<br>&gt; &gt; Anyone who had problems and hopefully with a solution to why<br>&gt; &gt; Memcache 1.2.2 does not seem to work with a Mongrel Cluster? It<br>&gt; &gt; works fine when I use it with just one Mongrel instance, but with a<br>&gt; &gt; cluster, the sessions keep getting lost.<br>&gt;<br>&gt; Which client?<br><br></drbrain@segment7.net></catandmao-></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>.