Hello List,

This is to let you know of a new release of Jug.

Jug allows you to write code that is broken up into
tasks and run different tasks on different processors.

It uses the filesystem to communicate between processes and
works correctly over NFS, so you can coordinate processes on
different machines.

Jug is a pure Python implementation and should work on any platform.

*Website*: `http://luispedro.org/software/jug
<http://luispedro.org/software/jug>`_

*Documentation*: `http://packages.python.org/Jug
<http://packages.python.org/Jug>`_

*Video*: On `vimeo <http://vimeo.com/8972696>`_ or `showmedo
<http://showmedo.com/videotutorials/video?name=9750000;fromSeriesID=975>`_

*Mailing List*: `http://groups.google.com/group/jug-users
<http://groups.google.com/group/jug-users>`_

NEW FEATURES in v0.7
--------------------

Created a Mailing List (http://groups.google.com/group/jug-users).
Currently empty, but hopefully it will grow.

Implemented a barrier() command which helps you break up your jugfile.
See http://packages.python.org/Jug/barrier.html

Bug reports, suggestions, &c are welcome. On this list or by private
email to me.
-- 
Luis Pedro Coelho
http://luispedro.org
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to