Skip to content

doc: clarify lifecycle of domain sockets

In UNIX, the domain sockets once created persists until unlinked. Clarify which ones are persisted and which ones are cleared manually.

In Windows, named pipes are cleared based on reference count, implemented by the underlying system. Disambiguate this from Garbage collection of the Node.js runtime.

Refs: https://github.com/nodejs/help/issues/1080

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading