[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Deprecate, document, and extend. Implement faster shut...



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv25437/minion

Modified Files:
	HACKING Makefile TODO 
Log Message:
Deprecate, document, and extend.  Implement faster shutdown.

Index: HACKING
===================================================================
RCS file: /home/minion/cvsroot/src/minion/HACKING,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- HACKING	6 Jun 2003 06:08:39 -0000	1.18
+++ HACKING	26 Jun 2003 03:23:53 -0000	1.19
@@ -196,6 +196,10 @@
         Twisted beforehand could get tricky.  We'll need to either make the
         Twisted install project learn all of our Python-Python-Who's-Got-The-
         Python trickery, or add a 'download and install twisted' target.
+  Benefits:
+      - Move server HTTP activity into async loop.
+      - Freebies like windows portability, bandwidth throttling, etc.
+        (Investigate more)
   (Difficulty: moderate.  Invasiveness: moderate.)
 
 - We could really use a nymserver.

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Makefile	21 Jun 2003 07:18:26 -0000	1.49
+++ Makefile	26 Jun 2003 03:23:53 -0000	1.50
@@ -244,9 +244,9 @@
 	find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
 	   | xargs -0 grep 'XXXX\|FFFF\|DOCDOC\|????'
 
-xxxx004:
+xxxx005:
 	find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
-	   | xargs -0 grep 'XXXX00[1234]\|FFFF00[1234]\|DOCDOC\|????00[1234]'
+	   | xargs -0 grep 'XXXX00[1-5]\|FFFF00[1-5]\|DOCDOC\|????00[1-5]'
 
 eolspace:
 	perl -i.bak -pe 's/(\S)\s*\n$$/\1\n/;' ACKS HACKING LICENSE MANIFEST.in \

Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- TODO	21 Jun 2003 07:24:06 -0000	1.124
+++ TODO	26 Jun 2003 03:23:53 -0000	1.125
@@ -54,7 +54,6 @@
                 o Don't block while shredding messages at startup.
                 o Shutdown faster on SIGTERM.
 
-
 For 0.0.6:
         - Dummies and pinging
         - Rudimentary MIME support (content-type, content-encoding