kyle wrote:
Hi all,

Is there any simple, safe, and efficiency way to do file locking over NFS?

Thanks.


You can mysql locks (maybe it works in other databases too):

GET_LOCK(str,timeout);
RELEASE_LOCK(str);

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to