Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
61cffd0e
Commit
61cffd0e
authored
Apr 07, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a journaled db?
git-svn-id:
https://svn.musicpd.org/mpd/trunk@627
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
4537b1e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
TODO
TODO
+6
-2
No files found.
TODO
View file @
61cffd0e
...
@@ -4,7 +4,11 @@
...
@@ -4,7 +4,11 @@
c) fork on update
c) fork on update
d) have a special case where if a update is in a command list, it only forks at the beginning of the list, and writes at the end of the command list
d) have a special case where if a update is in a command list, it only forks at the beginning of the list, and writes at the end of the command list
e) add an element to status stating the "update state"
e) add an element to status stating the "update state"
f) only pass back changed info to parent
f) before a fork, the parent gets the position at the end of the db file
g) only pass mtimes and paths to child
g) update child will dump changes to end of db file, this can effectively be a journal
h) parent reads changes at end of db file when update child is done
i) when mpd exits, dump the current db to the file, this will erase an journal entries
j) if there are journal entries on mpd start up, read the changes, then dump the entired db back to disk, and elimanate journal entries
2) rewrite interface stuff, specifically command list handling etc so its less of a hack and deals with the above update stuff better
2) rewrite interface stuff, specifically command list handling etc so its less of a hack and deals with the above update stuff better
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment