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-Thread: 103376,e686c2c95beefb1c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!news-xfer.cox.net!peer01.cox.net!cox.net!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Inserting Calendar.Time in a database Date: 26 Aug 2004 06:26:32 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <1jgik0ntrex36$.1pyha1husddpe.dlg@40tude.net> <412c4958_1@baen1673807.greenlnk.net> <34dzl9dpx3w0.4ghwziy6e7p9$.dlg@40tude.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1093498331 20429 62.49.19.209 (26 Aug 2004 05:32:11 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 26 Aug 2004 05:32:11 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: g2news1.google.com comp.lang.ada:3010 Date: 2004-08-26T06:26:32+01:00 List-Id: "Dmitry A. Kazakov" writes: > This works only locally. Consider a distributed data acquisition and > control system. You measure some data at physically distinct > places. The sensors and actors are interconnected using say > Ethernet. Ada is the best candidate for implementing nodes of the > system, right? Now, how would you ensure data consistency across the > system? A practical example, is a mileage dynamometer. A test runs > for weeks. Maximal data frequency is say 1 kHz. We are meeting this sort of requirement using SNTP as the transport mechanism. The interface to the facility is (on the Ada parts of the system) .Calendar, same features as Ada.Calendar (but you can't use this sort of Time for "delay until", sadly). -- Simon Wright 100% Ada, no bugs.