首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > pysage

pysage

  • 资源大小:15.31 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Migration In pysage 1.6.0, ActorManager.listen(...) and ActorManager.connect(...) only accepts keyword arguments: ``` ActorManager.get_singleton().listen(host="localhost", port="8888") and ActorManager.get_singleton().connect(host="localhost", port="8888") ``` About pysage is a lightweight 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 lightweight 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 c

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP