Skip to content

Comment on FastCGI – The Forgotten Treasure (2002)parent

Comments

There is no difference between the two because they are the same thing, just architected differently. The networking is done by, say, nginx rather than a server that is part of the application.

fastcgi applications can "scale to 0" and cost nothing when they are not used. An application server must always have at least one open socket on a running machine.

fastcgi would probably do better over http/2 than other protocols not designed for multiplexing.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.