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.1 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, BAYES_00,MAILING_LIST_MULTI,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,68b43b837fb71f2a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-12 09:54:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!freenix!enst.fr!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: Thoughts on the recent ICFP contest Date: Thu, 12 Sep 2002 11:53:06 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3D7FFD66.9030805@telepath.com> <3D80A356.93042472@despammed.com> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1031849643 6581 137.194.161.2 (12 Sep 2002 16:54:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 12 Sep 2002 16:54:02 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.13 Precedence: bulk List-Unsubscribe: , List-Id: comp.lang.ada mail<->news gateway List-Post: List-Help: List-Subscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:28877 Date: 2002-09-12T11:53:06-05:00 Yes, you _have_ missed the point. Each of the component 'Writes dispatches to the appropriate "method of transmission." ----- Original Message ----- From: "Wes Groleau" Newsgroups: comp.lang.ada To: Sent: Thursday, September 12, 2002 9:23 AM Subject: Re: Thoughts on the recent ICFP contest > > > > > to transmit an entire buffer at once, rather than one component at a > > Like marshalling all those 'Writes to a buffer, then making one > > socket'write(buffer) call? > > Have I missed the point all this time? > I thought that 'Write recursively used > all the component 'Writes to pack the > object into a stream, and then the > possibly dispatching operations of the > stream would determine the method of > transmission. > > > -- > Wes Groleau > http://freepages.rootsweb.com/~wgroleau > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >