Commit 1b1d2e7d 1b1d2e7d3b38717b8e85cfc6473012e8ad48515a by Sam Roberts

Added alains suggestions about read/write lock optimization.

1 parent bdb9aa2c
Showing 1 changed file with 6 additions and 0 deletions
......@@ -65,6 +65,12 @@ IMPORTANT:
- locking:
- implement a read/write locker_lock() flag so that when MU_LOCKER_WRONLY
is set in the locker flags, only write locks actually lock the file,
read locks don't do anything.
- implement mailbox_lock() and mailbox_unlock() shortcut functions.
- what kind of locking should mh use? See FIXME in mbx_mh.c
- why does mimetest fail on a symlink, but suceed on a dotlocked file?
......