Commit graph

2 commits

Author SHA1 Message Date
Kamel Ibn Aziz Derouiche
c303fe6c9b Update version 1.2.2 to 1.5.2 2009-05-18 21:51:41 +00:00
Kamel Ibn Aziz Derouiche
db64fd4ada 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
2009-05-02 00:08:55 +00:00