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,da047bd41d707e54 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news-out.readnews.com!transit3.readnews.com!nx01.iad.newshosting.com!newshosting.com!216.196.98.140.MISMATCH!border1.nntp.dca.giganews.com!nntp.giganews.com!wn11feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: networking support? Reply-To: no to spamers (No@email.given.org) References: X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Thu, 18 Dec 2008 16:14:21 GMT NNTP-Posting-Host: 12.65.168.232 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1229616861 12.65.168.232 (Thu, 18 Dec 2008 16:14:21 GMT) NNTP-Posting-Date: Thu, 18 Dec 2008 16:14:21 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:3038 Date: 2008-12-18T16:14:21+00:00 List-Id: If you are using GNAT then you can use "GNAT.Sockets" for High-level network programming and "GNAT.Sockets.Thin" for the low-level OS calls like select routine. As for other routines, you must use an "pragna import" statement, because Ada does not directly support these calls. In , Oliver Kowalke writes: >Hi, >does Ada support IPsec (key management sockets)? How is io-demultiplexing >used (select, epoll, kqueue, /dev/pool,...) used? > >regards, >Oliver