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,dfedbe83126d2210 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-27 00:45:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!tar-alcarin.cbb-automation.DE!not-for-mail From: dmitry@elros.cbb-automation.de (Dmitry A. Kazakov) Newsgroups: comp.lang.ada Subject: Re: Anyone using Ada with Real-Time Linux? Date: Tue, 27 Nov 2001 08:45:26 GMT Message-ID: <3c034fbb.1313812@News.CIS.DFN.DE> References: <8QcM7.77531$XJ4.41637211@news1.sttln1.wa.home.com> NNTP-Posting-Host: tar-alcarin.cbb-automation.de (212.79.194.111) X-Trace: fu-berlin.de 1006850726 5536742 212.79.194.111 (16 [77047]) X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:17027 Date: 2001-11-27T08:45:26+00:00 List-Id: On Sun, 25 Nov 2001 20:50:12 GMT, "DuckE" wrote: >I have an application that acquires data at 1 msec intervals, processes the >accumulated data and transmits a summary of the data across a network every >330 msec. The application is currently written in C and runs on VxWorks. >Moving the application to a different target, still under VxWorks means >shelling out another $30K to Wind River, plus $200 per target (at least). >If I can come up with a less expensive choice using Ada, ths may provide an >opportunity for a swithc. A question to wise men. Is above achievable under "normal" Linux, provided that only Ada application is running and tasks are dispatched by Ada RTS? Will hard disk I/O be a problem? TCP/IP socket I/O? Regards, Dmitry Kazakov