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:
parent
5f5d19d906
commit
ff167ea5db
@ -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][].
|
||||
|
Loading…
x
Reference in New Issue
Block a user