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: ...@@ -65,6 +65,12 @@ IMPORTANT:
65 65
66 - locking: 66 - locking:
67 67
68 - implement a read/write locker_lock() flag so that when MU_LOCKER_WRONLY
69 is set in the locker flags, only write locks actually lock the file,
70 read locks don't do anything.
71
72 - implement mailbox_lock() and mailbox_unlock() shortcut functions.
73
68 - what kind of locking should mh use? See FIXME in mbx_mh.c 74 - what kind of locking should mh use? See FIXME in mbx_mh.c
69 75
70 - why does mimetest fail on a symlink, but suceed on a dotlocked file? 76 - why does mimetest fail on a symlink, but suceed on a dotlocked file?
......