in reply to (shared) memory and preloading modules using Mod-perl
You also can try to make a different architecture in your application, where you can let some part of your application as a service in an unique process, so, the other process will access this service without load it, just making a call using any RPC protocol. So, take a look at SOAP.
About the prefork resource, is very nice if your OS has fork, but note that is not any module/code that can survive from a fork.
Graciliano M. P.
"Creativity is the expression of liberty".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: (shared) memory and preloading modules using Mod-perl
by perrin (Chancellor) on Dec 30, 2004 at 05:37 UTC |