# HG changeset patch # User paulb # Date 1212446591 0 # Node ID c9753c628f21c86c33195a04cf172ac264f13933 # Parent 2f919af8a8bcde14890ea2a8120493a46be810a4 [project @ 2008-06-02 22:43:11 by paulb] Updated the release information. Fixed details of the tutorial; added details of the reference document. Changed persistent examples. diff -r 2f919af8a8bc -r c9753c628f21 README.txt --- a/README.txt Mon Jun 02 19:33:57 2008 +0000 +++ b/README.txt Mon Jun 02 22:43:11 2008 +0000 @@ -11,13 +11,13 @@ -------- The tutorial provides some information about the examples described below. -See the docs/tutorial.xhtml file in the distribution for more details. +See the docs/tutorial.html file in the distribution for more details. Reference --------- A description of the different mechanisms provided by the pprocess module can -be found in the reference document. See the docs/reference.xhtml file in the +be found in the reference document. See the docs/reference.html file in the distribution for more details. Quick Start @@ -84,8 +84,8 @@ PYTHONPATH=. python examples/simple_persistent_managed.py --start PYTHONPATH=. python examples/simple_persistent_managed.py --reconnect -PYTHONPATH=. python examples/simple_persistent_managed_queue.py --start -PYTHONPATH=. python examples/simple_persistent_managed_queue.py --reconnect +PYTHONPATH=. python examples/simple_background_queue.py --start +PYTHONPATH=. python examples/simple_background_queue.py --reconnect Parallel Raytracing with PyGmy ------------------------------ @@ -142,8 +142,8 @@ This software depends on standard library features which are stated as being available only on "UNIX"; it has only been tested on a GNU/Linux system. -New in pprocess 0.3.2 (Changes since pprocess 0.3.1) ----------------------------------------------------- +New in pprocess 0.4 (Changes since pprocess 0.3.1) +-------------------------------------------------- * Added support for persistent/background processes. * Added a utility function to detect and return the number of processor