[ 源代码: yp-svipc ]
软件包:yorick-svipc(0.16-5 以及其他的)
interprocess communication (shared memory...) for Yorick
This package allows one to access the System V Interprocess communication mechanisms from within Yorick:
+ message queues; + semaphore sets; + shared memory segments.It also exposes related functionality, in particular fork().
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing; + mixed applications (eg. yorick/python).
A sibling package is available for Python (python3-svipc).
其他与 yorick-svipc 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: yorick
- interpreted language and scientific graphics
-
- sug: python3-svipc
- interprocess communication (shared memory...) for Python 3