[Thread-SIG] RE: concurrency in Python

Milton L. Hankins mlh at swl.msd.ray.com
Mon Jan 31 09:32:31 EST 2000


Greg Wilson wrote:

> Hi.  I'm interested in hearing from anyone who's ever built a
> concurrency toolkit for Python that used a model other than
> threads + locks --- futures, tuple spaces, active expressions,
> concurrent aggregates, actors, or anything else.

PyBrenda is a tuple space implementation using 100% Python.  It only runs
on UNIX systems.  The URL:

http://www.snurgle.org/~pybrenda

Feel free to contact pybrenda at snurgle.org if you have any comments or
questions.

--
              Milton L. Hankins              \\  ><> Ephesians 5:2 ><>
      http://www.snurgle.org/~mhankins       //  <mlh at swl.msd.ray.com>
    These are my opinions, not Raytheon's.   \\      W. W. J. D. ?





More information about the Python-list mailing list