Displaying 2 results from an estimated 2 matches for "sql_session_store".
2008 May 13
2
sql_session_store on rails2
Hi
We''re in the midst of upgrading our rails 1.2.6 app to rails 2.0. We
have been using the sql_session_store plugin for our sessions. I
wondering if anyone is still using SqlSessionStore on their rails 2
apps? Is it still worthwhile?
Thanks,
Ray
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the G...
2007 Mar 06
59
Memory leaks in my site
Hi all,
My environment is ruby-1.8.4, rails 1.2.2, mongrel 1.0.1, linux 2.6. Now, i
have a problem on memory leaks with mongrel. My site is running 5 mongrel
processes on a 2G RAM machine, the memory of each process grows from about
20M to about 250M, but it never recover to the initial 20M, so i had to
restart the mongrel processes once per day. The load is about 1M hits per
day.
Waiting for