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,191ad4ca9c7033e2,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!newsfeed.freenet.de!feed.xsnews.nl!border-2.ams.xsnews.nl!212.6.121.138.MISMATCH!newsfeeder.ewetel.de!newsreader.ewetel.de!not-for-mail From: Bartek Newsgroups: comp.lang.ada Subject: GNAT.Sockets Date: Tue, 09 Oct 2007 15:04:47 +0200 Organization: EWE TEL GmbH Message-ID: NNTP-Posting-Host: dyndsl-085-016-237-042.ewe-ip-backbone.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news1.ewetel.de 1191935086 17886 85.16.237.42 (9 Oct 2007 13:04:46 GMT) X-Complaints-To: abuse@ewetel.net NNTP-Posting-Date: Tue, 9 Oct 2007 13:04:46 +0000 (UTC) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) Xref: g2news2.google.com comp.lang.ada:2384 Date: 2007-10-09T15:04:47+02:00 List-Id: Hi, I'm trying to establish an Inter Process Communication using Sockets. The connection is stable, and I can allready send Strings out oy my Ada app. But the Problem I have, is to read data out of the stream. I'm still not sure, if the Ada.Streams.Read function is usefull for my problem!? Thanks for Advices. BP