./wip/rthread, Distributed computing with remote threads in Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.1, Package name: py310-rthread-0.1.1, Maintainer: kamelderouiche

Python standard library contains thread library which provides
primitives for writing multi-threaded programs. There are primitives
for locks (allocating, acquiring and releasing), getting an
identification of the thread, raising an exception in the main thread
and, most importantly, start_new_thread function for starting a new
thread.

rthread library introduced here mimics the interface of
thread to some extent. The objective is to make distributed
computing look and feel similar to multi-threaded programming


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 254ef38afae34275b5f783b307af59d1f3d5ae2f
Filesize: 16.12 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-11 19:13:37 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Update Maintainer

   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-09-10 22:43:34 by Kamel Derouiche | Files touched by this commit (2)
Log message:
Update Makefile

   2009-05-20 01:22:43 by Kamel Derouiche | Files touched by this commit (1)
Log message:
set LICENSE

   2009-03-23 22:45:44 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import rthread-0.1.1 as wip/rthread.

Python standard library contains thread library which provides
primitives for writing multi-threaded programs. There are primitives
for locks (allocating, acquiring and releasing), getting an
identification of the thread, raising an exception in the main thread
and, most importantly, start_new_thread function for starting a new
thread.

rthread library introduced here mimics the interface of
thread to some extent. The objective is to make distributed
computing look and feel similar to multi-threaded programming