Hi all,
I'm looking at creating a PHPLIB/PHP app server by running PHP as a FastCGI application. The idea is to mod the PHP source to cache compiled PHP classes and code and have the FastCGI version dip into the cache first, then load-compile-cache if it doesn't find the code it's looking for. Anybody know if someone's done something like this? How's PHP as a long-running process? Any memory links?
Just an idea now. Doing a little research. I can do this with Perl but I much prefer PHP OOP over Perl OOP.
Thanks for the help.