Archive for February, 2005
Understanding PHP's file locking
Recently a discussion came up on IRC that involved PHP's file locking mechanism.
File locking can be an interesting and somewhat confusing problem. If you've looked up flock() in the PHP manual you may have noticed that there quite a few comments that talk about the problems of file locking. Some of the solutions offered are […]
Posted: February 15th, 2005 under Development, PHP.
Comments: none