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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,950fad2e9e9717b3 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news2!feeder.erje.net!newsfeed-fusi2.netcologne.de!newsreader2.netcologne.de!news.netcologne.de!newsfeed-hp2.netcologne.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Platform independent calendar Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <5pZ_k.470338$yE1.89079@attbi_s21> Date: Mon, 8 Dec 2008 09:46:10 +0100 Message-ID: <7z2xmzfckbs2$.1lghqm6cp09mg.dlg@40tude.net> NNTP-Posting-Date: 08 Dec 2008 09:46:10 CET NNTP-Posting-Host: 0b5fdcf5.newsspool1.arcor-online.net X-Trace: DXC=QVSi31WB6[RYkFXOIPic==]BZ:af^4Fo<]lROoRQ^YC2XCjHcbYI8U?7n]C4EQDNcfSJ;bb[UFCTGGVUmh?TLK[5LiR>kgR>FV7YK8]L5U X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:2933 Date: 2008-12-08T09:46:10+01:00 List-Id: On Sun, 07 Dec 2008 23:56:49 GMT, Jeffrey R. Carter wrote: > If your platform independence requires passing values between heterogeneous > processors or code from different compilers, I'd suggest you use a > platform-independent representation, such as text. For absolute UTC we are using FILETIME. It is has the precision of 100ns and a sufficient range (it is 64 bit). But we do not propagate absolute time stamps most of the time. Usually we do only the increments packed in chain code (also variable length). That sufficiently reduces the network traffic. (We need to be fast in order of tens of microseconds.) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de