1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

zos,doc: add system V message queue note

System V message queues will get left behind on z/OS if uv_loop_t
objects are not closed via uv_loop_close.

PR-URL: https://github.com/libuv/libuv/pull/1823

Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
John Barboza 2018-01-13 12:18:28 -05:00 committed by cjihrig
parent 5f5d19d906
commit ff167ea5db
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -322,6 +322,13 @@ describes the package in more detail.
AIX support for filesystem events is not compiled when building with `gyp`.
### z/OS Notes
z/OS creates System V semaphores and message queues. These persist on the system
after the process terminates unless the event loop is closed.
Use the `ipcrm` command to manually clear up System V resources.
## Patches
See the [guidelines for contributing][].