php and FastCGI

Problem: If you need to run regular php scripts under FastCGI, saving
on the overhead of fopen'ing and reading in the contents before
executing each time, in theory I guess you'd put a FastCgiServer
directive in your httpd.conf, and direct it to some sort of app (could
be written in C or anything) that loads and keeps in memory all your
php files from your site, and runs their contents when a url request
comes in for that file. Does such an app exist?
drblitzkrieg [ Mo, 21 Januar 2008 11:17 ] [ ID #1913444 ]

Re: php and FastCGI

>>>>> "d" == drblitzkrieg <drblitzkrieg [at] gmail.com> writes:

d> Problem: If you need to run regular php scripts under FastCGI, saving
d> on the overhead of fopen'ing and reading in the contents before
d> executing each time, in theory I guess you'd put a FastCgiServer
d> directive in your httpd.conf, and direct it to some sort of app (could
d> be written in C or anything) that loads and keeps in memory all your
d> php files from your site, and runs their contents when a url request
d> comes in for that file. Does such an app exist?

and your perl question is?

uri

--
Uri Guttman ------ uri [at] stemsystems.com -------- http://www.sysarch.com --
----- Perl Architecture, Development, Training, Support, Code Review ------
----------- Search or Offer Perl Jobs ----- http://jobs.perl.org ---------
--------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com ---------
Uri Guttman [ Mo, 21 Januar 2008 17:06 ] [ ID #1913455 ]
Perl » comp.lang.perl.misc » php and FastCGI

Vorheriges Thema: Pipe input over several scripts
Nächstes Thema: call back to my own script