Path to this page:
./
sysutils/prefork,
Utility to prefork inetd-style wait services
Branch: CURRENT,
Version: 0.3.0.0.20241029,
Package name: prefork-0.3.0.0.20241029,
Maintainer: schmonzprefork is a utility to prefork inetd-style wait services which itself
runs as an inetd-style wait service. prefork expects to be passed file
descriptor zero (0) as a listening socket on which accept(2) can be
called and will spawn children, passing them file descriptor zero (0)
under the expectation that these children will service the incoming
connexions. The children should then service connexions by calling
accept(2) on the socket.
Master sites:
Version history: (Expand)
- (2025-05-15) Package added to pkgsrc.se, version prefork-0.3.0.0.20241029 (created)
CVS history: (Expand)
2025-05-15 20:13:52 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Add prefork: Utility to prefork inetd-style wait services
prefork is a utility to prefork inetd-style wait services which itself
runs as an inetd-style wait service. prefork expects to be passed file
descriptor zero (0) as a listening socket on which accept(2) can be
called and will spawn children, passing them file descriptor zero (0)
under the expectation that these children will service the incoming
connexions. The children should then service connexions by calling
accept(2) on the socket.
|