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,75a8a3664688f227 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-12 00:24:33 PST From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Parameter Modes, In In Out and Out Date: 12 Jan 2001 09:05:46 +0100 Organization: Enyo's not your organization Message-ID: <87g0ipgpph.fsf@deneb.enyo.de> References: <7Cx56.90736$A06.3322588@news1.frmt1.sfba.home.com> <937jab$s23$1@nnrp1.deja.com> <3A57CD7F.2228BFD5@brighton.ac.uk> <938p3u$omv$1@nnrp1.deja.com> <93cagm$c1j$1@nnrp1.deja.com> <93e4e6$ucg$1@nnrp1.deja.com> <93encq$brm$1@nnrp1.deja.com> <93f6ar$m44$1@nnrp1.deja.com> <93flab$2mh$1@nnrp1.deja.com> <93fqau$6m2$1@nnrp1.deja.com> <93h9mo$bbm$1@nnrp1.deja.com> <93il87$iqo$1@nnrp1.deja.com> <93k6dv$qt6$1@nnrp1.deja.com> <93ko49$auq$1@nnrp1.deja.com> <93l2ok$in2$1@s1.read.news.oleane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!news.iac.net!news-out.cwix.com!newsfeed.cwix.com!EU.net!blackbush.xlink.net!rz.uni-karlsruhe.de!news.uni-ulm.de!news.belwue.de!LF.net!news.enyo.de!news1.enyo.de!not-for-mail Xref: supernews.google.com comp.lang.ada:3940 Date: 2001-01-12T09:05:46+01:00 List-Id: Pascal Obry writes: > > A demo TCP server (simple echo server) is 3 MB big. > > I have a full (rather big) GLADE client/server applications under Windows NT > and the server is around 1Mb. Clients (20 of them) ranging from 150kb to > 700kb. Your 3Mb seems a bit large to me for a simple echo server ????? The size is probably due to a statically linked copy the FLORIST library (perhaps with debugging information).