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: a07f3367d7,ed94ed1b0b101d35 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.31.20 with SMTP id w20mr1968733qac.2.1348048925289; Wed, 19 Sep 2012 03:02:05 -0700 (PDT) Received: by 10.52.175.5 with SMTP id bw5mr594145vdc.16.1348048925205; Wed, 19 Sep 2012 03:02:05 -0700 (PDT) Path: t12ni22361614qak.0!nntp.google.com!i6no9877qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 19 Sep 2012 03:02:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.193.136.210; posting-account=nd46uAkAAAB2IU3eJoKQE6q_ACEyvPP_ NNTP-Posting-Host: 81.193.136.210 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Tcl/TK + Ada From: john@peppermind.com Injection-Date: Wed, 19 Sep 2012 10:02:05 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-09-19T03:02:05-07:00 List-Id: Like others said, you should provide all means to control the behavior of t= he daemon via command line. Apart from that, Tcl/Tk should be fine, but you might also want to consider= building a browser-based interface, e.g. using AWS.=20 It's a bit more complicated, but it's "modern" (whether you like it or not)= and does have advantages. For example, by using SSL and basic authenticati= on a browser-based interface could easily be used for remote-controlling th= e daemon if security requirements are not very high.