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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,21eb855b156afd08 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada Chat Program From: Bernd.Specht@gmx.com (Bernd Specht) References: Organization: No company Message-ID: User-Agent: Xnews/4.05.03 Date: 17 Sep 2004 18:18:18 GMT NNTP-Posting-Date: 17 Sep 2004 20:18:18 MEST NNTP-Posting-Host: 65f47cd7.newsread4.arcor-online.net X-Trace: DXC=IJ?BK[QDfK^C3N6I?YBjS[:ejgIfPPldTjW\KbG]kaMXGSi?jHD8GOPT_1\fS@bXA34^C]U[ X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:3811 Date: 2004-09-17T20:18:18+02:00 List-Id: eaker1236@yahoo.com (Stephen Z) wrote in news:de98c113.0409170913.2e016a86 @posting.google.com: > I am trying to write a simple chat program with Ada. I am using the > sockets package. I am trying to input a string and parse each > character and send them each individually. If anyone can help me with > this, I would greatly appreciate it. Can you be more specific? What kind of help do you need? Do you want use tcp or udp? Which OS? Console-app or gui? And especially: > each character and send them each individually. Why this? This will produce a lot of unnecessary network traffic.