python3-svipc

interprocess communication (shared memory...) for Python 3
  https://github.com/mdcb/yp-svipc
  0
  no reviews



This package allows one to access the System V Interprocess communication mechanisms from within Python 3: + message queues; + semaphore sets; + shared memory segments.

This plug-in serves primarily two use cases: + parallel (multiprocess) computing; + mixed applications (e.g. python/yorick).

A sibling package is available for Yorick: yorick-svipc