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=-2.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c2b3e0a81ca523a4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-17 11:29:48 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!news.cs.univ-paris8.fr!proxad.net!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Duncan Sands Newsgroups: comp.lang.ada Subject: Re: Ada compiler Date: Sat, 17 Apr 2004 20:24:10 +0200 Organization: Cuivre, Argent, Or Message-ID: References: <200404171422.10879.baldrick@free.fr> <87zn9aycvc.fsf@insalien.org> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1082226262 9153 212.85.156.195 (17 Apr 2004 18:24:22 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Sat, 17 Apr 2004 18:24:22 +0000 (UTC) Cc: Ludovic Brenta , comp.lang.ada@ada-france.org To: Ludovic Brenta Return-Path: User-Agent: KMail/1.5.4 In-Reply-To: <87zn9aycvc.fsf@insalien.org> Content-Disposition: inline X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:7270 Date: 2004-04-17T20:24:10+02:00 Hi Ludovic, > ... Would you explain > just why you gave up on GNAT.Sockets in 3.15p? the main reason was the bad support for select (Check_Selector): the Socket_Set_Type allowed for only a maximum of 32 file descriptors (sockets + normal files). Believe me, it is easy to write a program that has more than 32 files open at once. Fixing this requires a complete rewrite of Socket_Set_Type, which was done by the GNAT people at some point after 3.15p. I could have backported just this change, but since it was quite big and the 3.15p GNAT sockets implementation seemed generally weak, and much better in CVS, I just grabbed the whole lot from CVS. > Would you file bugs in Debian for me? ... I will try to find the time. All the best, Duncan.