aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-06 04:38:55 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-06 04:38:55 +0000
commitc5d760e28138c194a0742df20b0bd220e6d47d55 (patch)
treec4563f5b6ae049c0e655a3185efffb6cbdf282e3 /TODO
parentb1d12ba0f666b2637e272ef14d699fb93b10b158 (diff)
downloadmpd-c5d760e28138c194a0742df20b0bd220e6d47d55.tar.gz
mpd-c5d760e28138c194a0742df20b0bd220e6d47d55.tar.xz
mpd-c5d760e28138c194a0742df20b0bd220e6d47d55.zip
plan for non-blocking update
git-svn-id: https://svn.musicpd.org/mpd/trunk@608 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index e69de29bb..7e8d67cd0 100644
--- a/TODO
+++ b/TODO
@@ -0,0 +1,8 @@
+1) non-blocking (for other clients) update
+ a) have two commands, one that blocks and returns updated info and another command that doesn't block
+ b) allow incremental updating, either a directory recursively or a specific song
+ c) haven another command for updating that blocks, but doesn't write the db file
+ d) add a command for flushing the db, and flush the db and SIGTERM/SIGINT
+ e) spawn a update process in the beginning (this will be faster for simple updates, involving only a few songs or directories).
+ f) only pass back changed info to parent
+ g) only pass mtimes and paths to child