# HG changeset patch # User Paul Boddie # Date 1245611857 -7200 # Node ID 1d66900174c8b0601c0e4bf3b3ea3233f9148ed2 # Parent b39a4175bd022b2d9397a22fc64257078e88e4d6 Added a note on the Concurrency SIG examples. diff -r b39a4175bd02 -r 1d66900174c8 README.txt --- a/README.txt Sat Jun 13 20:37:50 2009 +0200 +++ b/README.txt Sun Jun 21 21:17:37 2009 +0200 @@ -115,6 +115,11 @@ Examples from the Concurrency SIG --------------------------------- +The special interest group (SIG) for concurrency in Python proposed a +particular application as a showcase for concurrency libraries. Two examples +are included which demonstrate pprocess and the use of continuous processes to +implement the application concerned: + PYTHONPATH=. python examples/concurrency-sig/bottles.py PYTHONPATH=. python examples/concurrency-sig/bottles_heartbeat.py