2004-11-14 13:49:40 +01:00
|
|
|
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
|
2008-05-23 23:18:39 +02:00
|
|
|
marshalling point for state detection (are we running in procedural or
|
|
|
|
pre-forking mode) and to act as a relatively light-weight module
|
2004-11-14 13:49:40 +01:00
|
|
|
loader.
|
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/prefork/
|