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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.40.65 with SMTP id j1mr24945777qae.7.1373649117980; Fri, 12 Jul 2013 10:11:57 -0700 (PDT) X-Received: by 10.49.101.78 with SMTP id fe14mr1319903qeb.13.1373649117965; Fri, 12 Jul 2013 10:11:57 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!t19no1261347qam.0!news-out.google.com!f7ni2066qai.0!nntp.google.com!t19no1341392qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 12 Jul 2013 10:11:57 -0700 (PDT) In-Reply-To: <20130712175152.5ca0b262@atmarama.noip.me> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=157.127.124.14; posting-account=mjE6MAoAAADjsB3NIuKgfHO4u-Elh3cb NNTP-Posting-Host: 157.127.124.14 References: <20130712075752.46e2cf01@atmarama.noip.me> <7619c730-b138-4bd9-a0e7-9c80d26f7f00@googlegroups.com> <20130712175152.5ca0b262@atmarama.noip.me> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada-Python demo From: Marc C Injection-Date: Fri, 12 Jul 2013 17:11:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 2058 Xref: number.nntp.dca.giganews.com comp.lang.ada:182496 Date: 2013-07-12T10:11:57-07:00 List-Id: On Friday, July 12, 2013 10:51:52 AM UTC-5, Gour wrote: > On Fri, 12 Jul 2013 05:56:22 -0700 (PDT) > > Marc C wrote: > > What I found optimal was writing the "engine" in Ada, with a > > PyGtk-based Python GUI (built with GLADE). Then I used JSON over > > ZeroMQ to communicate between the two processes > > Thanks a lot for sharing. Very interesting. ;) > > > The JSON/ZeroMQ also made it easy to build other specialized-GUI, or > > non-GUI, drivers for the engine process. > > May I know what kind of app it is? The specifics are proprietary, but the GUIs are basically configuration setup, start/stop, and monitoring the activities. The engines are just data manglers. Marc