top | item 42689391

(no title)

greggman7 | 1 year ago

PHP integrates with the server. It does not have the spawn a new process per request like CGI

discuss

order

jopsen|1 year ago

I think dreamhost runs php as fcgi.

I'm actually not sure that fcgi is that bad, even for other languages, but most shared hosts will probably limit what you can do in terms of resources.

Suppafly|1 year ago

I don't understand the distinction you're trying to make.

Nectar0516|1 year ago

Not having to spawn a new process greatly decreases the time it takes to process a request, which greatly increases the amount of requests you can serve with a given amount of hardware.

nicce|1 year ago

The difference in resource consumption is huge.