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-Thread: 103376,b0a593e9283435a7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!news.glorb.com!proxad.net!fdn.fr!news.wanadoo.fr!news.wanadoo.fr!not-for-mail Message-ID: <45EEAB5E.2020004@obry.net> Date: Wed, 07 Mar 2007 13:09:02 +0100 From: Pascal Obry Organization: Home - http://www.obry.net User-Agent: Thunderbird 2.0b2 (Windows/20070116) MIME-Version: 1.0 Newsgroups: comp.lang.ada To: Maciej Sobczak Subject: Re: CGI in Ada? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 07 Mar 2007 13:09:06 CET NNTP-Posting-Host: 82.120.19.23 X-Trace: 1173269346 news.orange.fr 5112 82.120.19.23:2054 X-Complaints-To: abuse@orange.fr Xref: g2news2.google.com comp.lang.ada:9749 Date: 2007-03-07T13:09:06+01:00 List-Id: Maciej Sobczak a �crit : > Did anyone realistically practised CGI in Ada? I did long time ago. There is support for CGI in GNAT (see GNAT.CGI and children). > I know about AWS, but let's focus on "regular" web server (say, Apache) > with CGI in Ada serving dynamic content. Frankly I won't use CGI at this time. It is slow and stress a lot of the server (each request is a new process). I think Fast-CGI solved that, not sure I have never used it. The new Web architecture are servlet, AWS supports this kind of architecture... and there is so much more support for Web application I wondering why one would want to avoid it :) > If yes, are there any reasonable libraries for handling url > encoding/decoding, html entity escaping, form data retrieval, cookies, > etc.? > > Technically everything is possible, but I'm curious whether Ada has been > successfully used in this area. As I said, it definitely has. Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595