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,d14ef72cb8e7209e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-14 00:49:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn14feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: incomplete languages References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc54 1042534175 12.234.13.56 (Tue, 14 Jan 2003 08:49:35 GMT) NNTP-Posting-Date: Tue, 14 Jan 2003 08:49:35 GMT Organization: AT&T Broadband Date: Tue, 14 Jan 2003 08:49:35 GMT Xref: archiver1.google.com comp.lang.ada:32996 Date: 2003-01-14T08:49:35+00:00 List-Id: > An application server like web server or an SQL database has to accept > data and code from its clients. It can parse scripts, but it generally > has no clue about compiled programs and binary objects it receives, > unless they are described in another language like IDL, ODL, WSDL or > something. A server is a program. It can be as dumb or as smart as you make it.