php under fastcgi

D

drblitzkrieg

Problem: I need to run regular php scripts under FastCGI, saving on
the overhead of fopen'ing and reading in the contents before executing
each time. Therefore, 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?
 
D

Dan Fitzpatrick

Problem: I need to run regular php scripts under FastCGI, saving on
the overhead of fopen'ing and reading in the contents before executing
each time. Therefore, 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?
Take a look at http://fastcgi.coremail.cn/configuration.htm

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,591
Members
45,100
Latest member
MelodeeFaj
Top