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,96d170308ed29047 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-18 01:08:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.e.nsc.no!nsc.no!nextra.com!news2.e.nsc.no.POSTED!53ab2750!not-for-mail From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada References: <3ec6817b$1@news.wineasy.se> Subject: Re: web scripting X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 130.67.235.207 X-Complaints-To: news-abuse@telenor.net NNTP-Posting-Date: Sun, 18 May 2003 10:08:54 MEST X-Trace: news2.ulv.nextra.no 1053245334 130.67.235.207 Date: Sun, 18 May 2003 10:08:18 +0200 Xref: archiver1.google.com comp.lang.ada:37470 Date: 2003-05-18T10:08:18+02:00 List-Id: "Pascal Obry" wrote: > Something strange here. Why do you want scripting on the server side ? It > will just slow down the server with no gain at all! Of course there is gain. You get the ability to extend the functionality of the server. However I believe that it is better to extend this functionality by using loadable modules. greetings,