[ buster ]
[ 源代码: yp-svipc ]
软件包:python-svipc(0.16-3)
interprocess communication (shared memory...) for Python
This package allows one to access the System V Interprocess communication mechanisms from within Python:
+ 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
其他与 python-svipc 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python (<< 2.8)
- 交互式高级面向对象语言(Python2 版本)
- dep: python (>= 2.7)
-
- dep: python-numpy (>= 1:1.16.0~rc1)
- Numerical Python adds a fast array facility to the Python language
-
- dep: python-numpy-abi9
- 本虚包由这些包填实: python-numpy
-
- sug: python3-svipc
- interprocess communication (shared memory...) for Python 3
-
- sug: yorick-svipc
- interprocess communication (shared memory...) for Yorick