mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
9f83b1f482
optimize module loading across forking and non-forking scenarios.
11 lines
397 B
Plaintext
11 lines
397 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
|
|
marshallingM point for state detection (are we running in procedural or
|
|
pre-forkingM mode) and to act as a relatively light-weight module
|
|
loader.
|
|
|
|
WWW: http://search.cpan.org/dist/prefork/
|