php and FastCGI

D

drblitzkrieg

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?
 
U

Uri Guttman

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
 

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

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,609
Members
45,253
Latest member
BlytheFant

Latest Threads

Top