mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
9 lines
352 B
Plaintext
9 lines
352 B
Plaintext
The prefork pragma is intended to allow module writers to optimise
|
|
module loading for both scenarios with as little additional code
|
|
as possible.
|
|
|
|
The prefork.pm is intended to serve as a central and optional
|
|
marshalling point for state detection (are we running in procedural
|
|
or pre-forking mode) and to act as a relatively light-weight module
|
|
loader.
|