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: 103376,632dbd0caea19836 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: System calls - GNAT library vs. direct bindings Date: Thu, 31 May 2007 21:07:50 +0100 Organization: Pushface Message-ID: References: <1180623520.303981.191090@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1180642070 18459 62.49.19.209 (31 May 2007 20:07:50 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 31 May 2007 20:07:50 +0000 (UTC) Cancel-Lock: sha1:YlozXvwk3dos1AHrp/Z4Qq6q3Wc= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (darwin) Xref: g2news1.google.com comp.lang.ada:16002 Date: 2007-05-31T21:07:50+01:00 List-Id: Maciej Sobczak writes: > In other words - the focus for evaluation should go elsewhere. > Performance? Maintainability? Some other factors? Our compiler is GNAT, and we develop and unit test on Windows, the target is VxWorks on PowerPC. We decided that GNAT.Sockets was perfectly OK for our needs (that doesn't mean we think it's perfect) and that we had enough to do developing our application without doing a socket library as well. AdaSockets wasn't really an option given that GNAT already has a library. It would have been yet another library to justify to the technical authority.