From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b1150caefb87348f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-05 02:16:48 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!sn-xit-01!sn-xit-05!sn-xit-08!supernews.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.e.nsc.no!nsc.no!nextra.com!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Ada Advocacy - WPG (Web Page Generation) scheme Date: Sun, 5 Oct 2003 09:16:46 +0000 (UTC) Organization: PVV Message-ID: References: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1065345406 3613 129.241.83.78 (5 Oct 2003 09:16:46 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Sun, 5 Oct 2003 09:16:46 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:253 Date: 2003-10-05T09:16:46+00:00 List-Id: On 2003-10-05, Nick Roberts wrote: > Yes, that is what I imagined. I think the most typical scenario is that the > generated Ada source files would be uploaded to the (web hosting) server > machine, and then compiled (probably with GNAT) there. The resulting > executable binaries would be put into the "cgi-bin" directory, so that they > would be executed (by the web server program) when the corresponding web > pages were rewuested. What would be the benifit? How dows it help making web pages? > Yes, I was thinking of generating standard (in inverted commas) CGI > programs, for use with web server programs that support CGI (including > Apache). But not like PHP, which is interpreted. The programs generated > would be compiled to be native code binary programs. Why. Sounds like a lot of resources are wasted if you have to run a program for every page you want to have. Preben