[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Run in a reasonable daemon mode; fork less; lock a litt...
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv27308
Modified Files:
TODO
Log Message:
Run in a reasonable daemon mode; fork less; lock a little; be less verbose when we are not verbose.
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- TODO 15 Dec 2002 03:47:03 -0000 1.39
+++ TODO 15 Dec 2002 05:55:29 -0000 1.40
@@ -19,6 +19,13 @@
o Build
o Marginal 'make install'
o Marginal 'make dist'
+ o Stability:
+ o Do some basic locking to keep other processes from
+ using same queue set.
+ o Make startup not spew to stderr when we request it
+ not to.
+ o Really daemonize ourselves.
+ o Take it easy with the fork calls!
. Integration testing
- Automated tests for several servers running on one machine.
- Tests for servers on several different machines.