Re: [PHP] stat(), NFS shares and local files timeout

2010-04-07 Thread Dan Joseph
On Wed, Apr 7, 2010 at 10:27 AM, Igor Feghali wrote: > I am running with an issue with remote filesystems (mounted via NFS) > and PHP's stat() / filemtime(). > > Sometimes when the remote filesystem (NFS share) is busy, my PHP > daemon just hangs forever on a filemtime() call to a file inside this

[PHP] stat(), NFS shares and local files timeout

2010-04-07 Thread Igor Feghali
I am running with an issue with remote filesystems (mounted via NFS) and PHP's stat() / filemtime(). Sometimes when the remote filesystem (NFS share) is busy, my PHP daemon just hangs forever on a filemtime() call to a file inside this FS. I failed to find a proper way of setting a timeout for tha