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=-0.8 required=5.0 tests=BAYES_00,INVALID_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38d1fe109cd56c87 X-Google-Attributes: gid103376,public From: Geoff Bull Subject: Re: GNAT, LINUX, KDE Date: 1999/11/24 Message-ID: <383B79BB.2A171F6B@research.canon.com.au>#1/1 X-Deja-AN: 552382104 Content-Transfer-Encoding: 7bit References: <81fcr1$29iq$1@news.gate.net> Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@research.canon.com.au X-Trace: cass.research.canon.com.au 943421851 3687 203.12.174.227 (24 Nov 1999 05:37:31 GMT) Organization: Canon Information Systems Research Australia Mime-Version: 1.0 NNTP-Posting-Date: 24 Nov 1999 05:37:31 GMT Newsgroups: comp.lang.ada Date: 1999-11-24T05:37:31+00:00 List-Id: tmoran@bix.com wrote: > > > What is needed is a simple HTTP server written in Ada so we don't > > ended up married to Explorer. > Do you mean server, or browser? > > a little http server (it isn't that much work) for Ada, ... > Looking at RFC 2616, "little" isn't the word that comes to mind, > even after tossing everything related to cacheing. What do you > have in mind? http://developer.java.sun.com/developer/technicalArticles/Networking/Webserver/index.html "The following code implements a simple, multithreaded HTTP server in a few hundred lines of Java code."