Archive for February 2005

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 […]