[ 源代码: yp-svipc ]
软件包:python3-svipc(0.16-7 以及其他的)
interprocess communication (shared memory...) for Python 3
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
其他与 python3-svipc 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3 (<< 3.14)
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (>= 3.12~)
-
- dep: python3-numpy2-abi0
- 本虚包由这些包填实: python3-numpy
- 或者 python3-numpy-abi9
- 本虚包由这些包填实: python3-numpy
-
- sug: yorick-svipc
- interprocess communication (shared memory...) for Yorick