POSIX and SYS V message queues to exchange data among processes
This package provides SYS V and POSIX message queues to exchange data among processes. Both queues have similar functionality with some differences. Queues are persistent in the kernel unless either queue is closed/unlinked or system is shut down. Unlike multiprocessing.Queue, the same queue can be joined by different processes according to its unique name/key, it’s not necessary to fork main process.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 0.9.7-6.fc44 | - |
| Fedora 43 | 0.9.7-6.fc43 | - |
| Fedora 42 | 0.9.7-6.fc42 | - |
You can contact the maintainers of this package via email at
python-ipcqueue dash maintainers at fedoraproject dot org.