Conversation:
Notices
-
Has anyone experienced locking issues with !gnusocial [and Lighttpd]? On occasion, when posting, repeating, or doing anything that might interact with remote instances, all PHP requests (on any domain served by that Lighttpd instance) seem to hang for an undefined period of time with no CPU, disk, or memory issues. strace yields nothing useful on the php-cgi processes (pendi…
-
Update to my previous question about hanging my !gnusocial instance: it looks like last time I strace'd the processes, it was moments too late. Now I see that the processes are waiting on a file lock of my PHP session. This reminds me of an ancient #PHP session handling bug:
https://bugs.php.net/bug.php?id=47640
This isn't GNU Social issue, so I'll work around it myself. Sorry for the noise!
-
It could also, perhaps, be that they're waiting for a db lock because of some slow/long SQL transaction.