[ 原始碼: yp-svipc ]
套件:python3-svipc(0.16-3)
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.14)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python3 (<< 3.8)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.7~)
-
- dep: python3-numpy (>= 1:1.16.0~rc1)
- Fast array facility to the Python 3 language
-
- dep: python3-numpy-abi9
- 本虛擬套件由這些套件填實: python3-numpy
-
- sug: python-svipc
- interprocess communication (shared memory...) for Python
-
- sug: yorick-svipc
- interprocess communication (shared memory...) for Yorick