[xiph-cvs] cvs commit: icecast TODO

Michael Smith msmith at xiph.org
Thu Apr 3 04:41:19 PST 2003



msmith      03/04/03 07:41:19

  Modified:    .        TODO
  Log:
  Commit my TODO file.

Revision  Changes    Path
1.12      +17 -0     icecast/TODO

Index: TODO
===================================================================
RCS file: /usr/local/cvsroot/icecast/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TODO	5 Mar 2003 13:03:35 -0000	1.11
+++ TODO	3 Apr 2003 12:41:18 -0000	1.12
@@ -55,3 +55,20 @@
   commands through that.
   Use this for alternative admin interfaces (GUI? telnet interface?)
 
+- listener authentication (per mountpoint?)
+
+- all timer-based functionality (yp updates, slave/relay checks) should have a
+  single timer thread which dispatches events through the normal event
+  mechanism (to worker threads from the main pool). This will reduce the
+  extraneous thread count.
+
+- atomic admin function to: set fallback from A->B, remove A, move mountpoint
+  B to A. Needs forced-source removal first.
+
+- race condition between avl_tree_unlock(pending_tree) and 
+  thread_cond_wait(&fserv_cond) in fserv.c, it's a pain to fix but should be.
+
+- do we need to use locks on the avl client_trees in source.c and fserv.c? 
+
+  
+

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list