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,ed94ed1b0b101d35 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.82.226 with SMTP id l2mr2515377wiy.1.1347972700064; Tue, 18 Sep 2012 05:51:40 -0700 (PDT) Received: by 10.52.91.47 with SMTP id cb15mr9478vdb.11.1347972699888; Tue, 18 Sep 2012 05:51:39 -0700 (PDT) Path: ed8ni114471314wib.0!nntp.google.com!v8no52112qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 18 Sep 2012 05:51:39 -0700 (PDT) In-Reply-To: <50586c31$0$286$14726298@news.sunsite.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.51.153.177; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO NNTP-Posting-Host: 70.51.153.177 References: <50586c31$0$286$14726298@news.sunsite.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Tcl/TK + Ada From: Patrick Injection-Date: Tue, 18 Sep 2012 12:51:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-09-18T05:51:39-07:00 List-Id: Hi Thomas Yep I had similar experiences with the cherokee web server. I didn't want t= o clutter the list but as per usual I can't be short and clear. Basically the daemon is an scientific instrument control server. I need a = GUI for data visualization. Ther server would maintain sanity and abstract = the PC's hardware. So for instance a command could end up being sent over R= S232, ethernet or GPIB and if a command was sent out of order, like some so= rt of initilization after the instrument was already running, then the serv= er could ignore it. Thanks