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: a07f3367d7,6d5b546da2b20daa X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,CP1252 Path: g2news1.google.com!postnews.google.com!k41g2000yqm.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: Multiple Delay alternatives : what it is useful to ? Date: Thu, 4 Feb 2010 10:48:33 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <77f81f9d-23a2-4d59-a547-c577e009c50c@19g2000yql.googlegroups.com> <8s3ekh.nk5.ln@hunter.axlog.fr> NNTP-Posting-Host: 86.75.149.136 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1265309313 32017 127.0.0.1 (4 Feb 2010 18:48:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 4 Feb 2010 18:48:33 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k41g2000yqm.googlegroups.com; posting-host=86.75.149.136; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8895 Date: 2010-02-04T10:48:33-08:00 List-Id: On 4 f=E9v, 05:47, "Jeffrey R. Carter" wrote: > Ada.Calendar.Time and Ada.Real_Time.Time are 2 different time types, and = an > implementation may provide others. > > -- > Jeff Carter Will have a look (I will have to come to it anyway if I want to go further) On 4 f=E9v, 10:26, Jean-Pierre Rosen wrote: > The shortest one will be triggered. Why allow several? Because the > delays need not be static, so which is one is shorter may not be > determined at compile time, and several time-out may correspond to > different conditions, with different attached processing. Ok, so that's a matter of variables (while the word =93 static =94 better express things, that's true). > > Are they some real life examples of useful multiple delays > > alternatives ? > > See above ;-) It was a good one indeed :) Thanks