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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,61ec2c598155da95 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!w40g2000yqd.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Aborting a call to Accept_Socket Date: Tue, 21 Apr 2009 12:02:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6c9e6c5b-93d7-410f-9910-7840d72dae8f@w40g2000yqd.googlegroups.com> References: <44d6b044-3cb8-402c-9b1f-afe39f6a47ce@r33g2000yqn.googlegroups.com> <5v74txgo3q9d$.cj2k983k72sh$.dlg@40tude.net> <79d6b179-ae94-4303-a7ed-96a9a6556438@v35g2000pro.googlegroups.com> NNTP-Posting-Host: 82.20.239.89 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1240340529 7111 127.0.0.1 (21 Apr 2009 19:02:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 21 Apr 2009 19:02:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w40g2000yqd.googlegroups.com; posting-host=82.20.239.89; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5519 Date: 2009-04-21T12:02:09-07:00 List-Id: On Apr 21, 6:34=A0pm, Adam Beneschan wrote: > I think you also have to think about what happens to the client when > an incoming connection request comes after 19.999999 seconds... =A0It > may be too remote a problem to worry about, but in some circumstances > it could be important. Dealing with errant networked peers leads to a maze of twisty race conditions ... and they _will_ bite you!