NOTICE: This package has been removed from pkgsrc

./wip/py-sage, High-level message passing library supporting actor based concurrency

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5.3, Package name: py37-sage-1.5.3, Maintainer: kamel.derouiche

pysage is a high-level message passing library supporting actor based
concurrency. It also extends the "actor model" to support actor
partitioning/grouping to further scalability. pysage has a simple
high-level interface. Messages are serialized and sent light-weight using
pipes or domain sockets across local "groups". In the case of network messages,
UDP is used.

* simple pythonic API
* efficient message propagation within group, across group, across network
* network messages can optionally be configured to be reliable
and/or ordered using UDP
* grouping - actors can be partitioned into groups that are run in
separate os processes
* process-local singleton manager - actor registration, discovery,
message propagation
* publisher/subscriber pattern built-in


Required to run:
[wip/py-processing] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: ecb77bc50bf66eba7d483833dee7964ccb8307bf
RMD160: 57db6be1d6273d8fdf6a0143f53170f6946773d2
Filesize: 12.635 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
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.
   2012-01-18 12:58:42 by ndb | Files touched by this commit (1)
Log message:
corrected distinfo.
   2010-07-31 13:58:20 by Kamel Derouiche | Files touched by this commit (2)
Log message:
Up to 1.5.3,add new dependency(py-processing

   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2009-05-18 23:51:41 by Kamel Derouiche | Files touched by this commit (3)
Log message:
Update version 1.2.2 to 1.5.2

   2009-05-02 02:08:55 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py25-sage-1.2.2 as wip/py-sage.

pysage is a high-level message passing library supporting actor based
concurrency. It also extends the "actor model" to support actor
partitioning/grouping to further scalability. pysage has a simple
high-level interface. Messages are serialized and sent light-weight using
pipes or domain sockets across local "groups". In the case of network \ 
messages,
UDP is used.

    * simple pythonic API
    * efficient message propagation within group, across group, across network
    * network messages can optionally be configured to be reliable
       and/or ordered using UDP
    * grouping - actors can be partitioned into groups that are run in
       separate os processes
    * process-local singleton manager - actor registration, discovery,
       message propagation
    * publisher/subscriber pattern built-in