Sujet : Re: Ada/GNAT/AWS-friendly web hosting
De : stef (at) *nospam* genesix.org (Stéphane Rivière)
Groupes : comp.lang.adaDate : 14. Sep 2024, 10:51:50
Autres entêtes
Organisation : La Maison
Message-ID : <vc3ir7$1h339$3@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
OK. Got it.
Actually, it depends on the problem to be solved. In the case I mentioned (PHP websites), FastCGI is a must and the FastCGI cache a performance grall.
FastCGI can be useful, even in Ada, if the site has to serve large quantities of static text and static images, that will make good use of a FastCGI cache.
But for dynamic sites (without static datas) written without PHP, I agree that the WebSockets protocol is indeed ideal.
WebSockets is a http1 only protocol. What doesn't matter. In most dynamic sites, such as business software, http2 or http3 are useless.
--
Stéphane Rivière
Ile d'Oléron - France