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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.156.138 with SMTP id we10mr1425520pab.40.1413246296964; Mon, 13 Oct 2014 17:24:56 -0700 (PDT) X-Received: by 10.182.215.229 with SMTP id ol5mr11244obc.3.1413246296791; Mon, 13 Oct 2014 17:24:56 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no10206666igb.0!news-out.google.com!rp1ni27119igb.0!nntp.google.com!uq10no10206665igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Oct 2014 17:24:56 -0700 (PDT) In-Reply-To: <5bf99c39-20f1-4fe3-9601-5c4d00598d7b@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: <13fb4505-4abd-4d5b-b18d-d05aa0a4dcb9@googlegroups.com> <32414aa2-3a0f-41fc-aef3-d8db709aacfc@googlegroups.com> <0b5ee58b-2d2d-4394-8215-0fa5d1a4740e@googlegroups.com> <5bf99c39-20f1-4fe3-9601-5c4d00598d7b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <32973087-dff1-4857-a7a6-1b39cb3ff4d2@googlegroups.com> Subject: Re: Gnoga Latest Updates From: David Botton Injection-Date: Tue, 14 Oct 2014 00:24:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22438 Date: 2014-10-13T17:24:56-07:00 List-Id: My gut feeling based on this issue and a previous issue that I worked aroun= d is that the AWS web socket events are using system threads and not Ada ta= sks and there is some incompatibility between them. Pascal Obry should know off hand how the web socket events are being implem= ented. I'll look at the code at some later date. If not as I suspect then p= art of some larger GNAT bug for sure. The "fix" would be to do what I had to do for the On_Message events, but in= AWS, and that is hand off to another Ada task to do the dispatching. (I st= ill need to go add the code to clean up the Ada Task records being created = internally by GNAT since I am using dynamic tasks instead of a task pool, o= r I just need to switch to a task pool, will see). That is the work around I'll try now as well, but something like that shoul= d likely be part of AWS. It is also likely why ATC will break things and li= kely I bet the cause of past issues I had with PolyORB and ATC. I don't hav= e AdaCore credentials anymore as far as I know so I can't look up on TNs of= mine on it, but willing to be was the same issue. David Botton