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,642c983bc89db880 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.germany.com!nuzba.szn.dk!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: pragma Pack vs. Convention C, portability issue? Date: Fri, 11 Jan 2008 13:17:42 -0600 Organization: Jacob's private Usenet server Message-ID: References: <3f729fc9-708f-49a5-82a5-b2d82038a47c@s12g2000prg.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: jacob-sparre.dk 1200079071 28648 69.95.181.76 (11 Jan 2008 19:17:51 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 11 Jan 2008 19:17:51 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Xref: g2news1.google.com comp.lang.ada:19325 Date: 2008-01-11T13:17:42-06:00 List-Id: "Randy Brukardt" wrote in message news:fm6qhc$v2o$1@jacob-sparre.dk... > "Robert A Duff" wrote in message > news:wcctzlmk5rg.fsf@shell01.TheWorld.com... > ... > > Are there any Ada implementations that don't support the SP annex? > > Yes. > > But we do support most of the representation IA. (But *not* the packing IA). For those of you whom are tired of seeing me post the same message a zillion times, I think I've figured out what the problem is (or might be, anyway). It appears that the messages are getting sent to the server successfully, but the connection is timing out before the reply come back. Of course, the newsreader takes that as a failure and retries sending the message. It's a similar problem as one I've recently debugged with sending e-mail to some places in Europe -- the propagation delay can be very long and thus the timeout needs to be extra long. I'm experimentally setting the timeout to 3 *minutes* to see if that will help; I hope it does. Randy.