Hacker News new | ask | show | jobs
by Cthulhu_ 3106 days ago
Serverless architecture right there. That or PHP and similar tools - at least back in the good ol' days. But functionally, it's still that a PHP scrip runs a whole application for the duration of one request, then everything is wiped and the whole thing is restarted for every request.

I mean it can work and it's a viable tactic if startup time is fast enough.