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,a91b527833b1772f,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!news2.google.com!news.glorb.com!news.tele.dk!feed118.news.tele.dk!not-for-mail Date: Fri, 25 Jul 2008 22:35:34 +0200 From: Thomas Organization: Loecke K/S User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Ada daemon Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <488a3916$0$15889$edfadb0f@dtext01.news.tele.dk> NNTP-Posting-Host: 83.91.213.86 X-Trace: 1217018135 dtext01.news.tele.dk 15889 83.91.213.86:55737 X-Complaints-To: abuse@post.tele.dk Xref: g2news1.google.com comp.lang.ada:1335 Date: 2008-07-25T22:35:34+02:00 List-Id: Hey group, My good friend Dwight and I are wondering about how to create a daemon in Ada. So far we've only been able to locate this example: http://www.pegasoft.ca/resources/boblap/16.html#16.26 which honestly looks both hideous and unpleasant, to us. Yes, it might be because we're just a bunch of beginners, but still we were hoping for a "prettier", more Ada like approach. This one seems to rely on a lot of pragma import C stuff. So, is this the only way to create a simple daemon, or can you point us in other directions? -- /Thomas L�cke -- The major difference between a thing that might go wrong -- and a thing that cannot possibly go wrong is that when a -- thing that cannot possibly go wrong goes wrong it usually -- turns out to be impossible to get at or repair.