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,68b43b837fb71f2a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-17 17:31:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn4feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Thoughts on the recent ICFP contest References: <3D872250.7010103@telepath.com> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1032309103 12.234.13.56 (Wed, 18 Sep 2002 00:31:43 GMT) NNTP-Posting-Date: Wed, 18 Sep 2002 00:31:43 GMT Organization: AT&T Broadband Date: Wed, 18 Sep 2002 00:31:43 GMT Xref: archiver1.google.com comp.lang.ada:29096 Date: 2002-09-18T00:31:43+00:00 List-Id: > "Get_Line" function is precisely what one would have needed to retrieve > data from the host. There's a "type Socket_Type(Max_Line_Length:Positive) is new [socket] with associated Get_Line that does -- Return Line(Line'first .. Last) -- Input up through LF if LF occurs, -- Line(Line'range) if no LF seen, -- or Input up through last received char if timeout or hangup in the spider program Finder at www.adapower.com/os/finder.html Is that the same functionality? (Finder also has package Te_Text_Line_Sockets, which also handles "chunked" http encoding.)