running functions in parallel on multiple processors

Ulrich Petri ulope at gmx.de
Mon Nov 3 18:36:25 EST 2003


"Jon Franz" <jfranz at neurokode.com> schrieb im Newsbeitrag
news:mailman.372.1067870688.702.python-list at python.org...
> Michael,
>   I may have something laying around that would be useful for you -
> its a module I wrote that makes forked multi-process programing
> very easy, since each process accesses a shared data-store
> automatically.  I haven't released it due to a lack of time to write
> documentation, but it sounds like it may be the sort of thing you could
use.
> It's called remoteD, and it works like this:
>
<snip code>
> Anyway, I'll end up writing better documentation and doing an official
> release
> on sourceforge later this week - but for now you can download it at:
> http://www.neurokode.com/remoteD.tar
> I hope this helps, feel free to bug me with questions.
>

Whoa this is great stuff!
I was looking for sth. like this for a long time...
Thanks.






More information about the Python-list mailing list