Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1b1d2e7d
...
1b1d2e7d3b38717b8e85cfc6473012e8ad48515a
authored
2002-03-25 03:59:51 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added alains suggestions about read/write lock optimization.
1 parent
bdb9aa2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
TODO
TODO
View file @
1b1d2e7
...
...
@@ -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?
...
...
Please
register
or
sign in
to post a comment