Posted by Ivn Snchez Ortega on 12/25/07 20:21
Gilles Ganault wrote:
> I have a couple of command-line PHP scripts that are often called, and
> I was wondering if it were possible to have the PHP interpreter remain
> in RAM instead of being removed after the scipts end?
If the script is called often enough, they *will* stay in memory. It's
something called "the operating system automatically caches the most
recently used files".
You are trying to do premature optimization. Don't.
--
----------------------------------
Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
Las deudas son como los niños; cuanto más pequeñas, más ruido hacen.
Navigation:
[Reply to this message]
|