pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-sage



Module name:    wip
Committed by:   jihbed
Date:           Sat May  2 00:08:55 UTC 2009

Import into wip/py-sage

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

Status:

Vendor Tag:     JIHBED
Release Tags:   JIHBED_20090502
                
N wip/py-sage/distinfo
N wip/py-sage/Makefile
N wip/py-sage/PLIST
N wip/py-sage/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index