[pypy-svn] r34824 - pypy/dist/pypy/tool/build

guido at codespeak.net guido at codespeak.net
Tue Nov 21 14:16:34 CET 2006


Author: guido
Date: Tue Nov 21 14:16:33 2006
New Revision: 34824

Modified:
   pypy/dist/pypy/tool/build/README.txt
Log:
Added note about how the tool keeps re-queueing on failing compilations and
disconnects.


Modified: pypy/dist/pypy/tool/build/README.txt
==============================================================================
--- pypy/dist/pypy/tool/build/README.txt	(original)
+++ pypy/dist/pypy/tool/build/README.txt	Tue Nov 21 14:16:33 2006
@@ -35,7 +35,8 @@
 If there isn't one, the server walks through a list of connected participating
 clients to see if one of them can handle the job, and if so dispatches the
 compilation. If there's no participating client to handle the job, it gets
-queued until there is.
+queued until there is. Also, if a client crashes during compilation, the job
+gets re-queued. This process will continue until a suitable build is available.
 
 Once a build is available, the server will send an email to all email addresses
 (it could be that more than one person asked for some build at the same time!)



More information about the Pypy-commit mailing list