Displaying 1 result from an estimated 1 matches for "660246".
2012 Feb 17
1
Race Condition In PHP Session Handler
...X^C <unfinished ...>
where file handle 53 is
...
lr-x------. 1 root root 64 Feb 17 15:24 52
-> /opt/informix/msg/en_us/0333/cli.iem
lrwx------. 1 root root 64 Feb 17 15:24 53
-> /var/lib/php/session/sess_ulgsl9joplobb9o4fue3n2e1k0
l-wx------. 1 root root 64 Feb 17 15:24 6 -> pipe:[660246]
....
The PHP session file. Originally I had a tmpfs mounted for the session
files. I removed that and used the underlying filesystem. Same issue.
I disabled APC. Same issue.
Switching the the memcache session handler resolved the issue, although
that may be less optimal. But this seems lik...