top | item 22112110

(no title)

tooop | 6 years ago

Why exactly bother with anything else than PHP?

discuss

order

whalesalad|6 years ago

PHP isn't an application server. It's tightly coupled to the request/response cycle. There are things you can do to sorta get a longer running environment but for the most part you are loading and tearing down everything for every single request.

Contrast this to Python, Ruby, Node, Go, really any other platform where you tend to model applications with an application server that is long running. In a scenario like this, your application is running all the time and doesn't boot up on every request.

gscott|6 years ago

For that matter MS Asp Classic works fine too which is my favorite.

mitchty|6 years ago

I can only offer my reason: I don't know it.

TylerE|6 years ago

Why bother eating anything except cold gruel?