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,fe18532892e54b83 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: programming a web with ADA From: Georg Bauhaus In-Reply-To: <45353617.1030401@obry.net> References: <1161104378.743103.235820@i42g2000cwa.googlegroups.com> <87k62y68kf.fsf@ludovic-brenta.org> <45353617.1030401@obry.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1161119771.6090.5.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Tue, 17 Oct 2006 23:16:12 +0200 NNTP-Posting-Date: 17 Oct 2006 23:08:46 CEST NNTP-Posting-Host: 899050df.newsspool2.arcor-online.net X-Trace: DXC= On Tue, 2006-10-17 at 21:59 +0200, Pascal Obry wrote: > CGI [...], a > model where it is not that trivial to keep a session around... and many > other limitations... I'd agree that you need supporting modules for session handling when writing plain old CGI programs, but in fact then session is trivial. We have to keep some 50_000 sessions around 24/7, and this is done using mostly Apache + CGI. (I really wish I had some of Ada's tasking comfort at times, though. Experiments still ongoing.)