|
From: | Pooya Woodcock |
Subject: | [Gluster-devel] sessions on gluster volume |
Date: | Fri, 20 Apr 2007 21:50:40 -0700 |
The app worked fine using the glusterfsd-1.3-pre2.3 release. After upgrading to the latest mainline tla as of 15 minutes ago, everytime we run a php script that tries to save a session, the script hangs. If we set the save path to /tmp, the code runs fine. I understand I can use a DB for sessions, but do you have any ideas on this one?
for example, this hangs: # cat test2.php <? session_start(); print "hello world"; ?>but with session.save_path=/tmp , the above succeeds without hanging. Other than this, the gluster volume looks healthy to me.
-Pooya
[Prev in Thread] | Current Thread | [Next in Thread] |