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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a52626a9019b830 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Received: by 10.14.2.130 with SMTP id 2mr5601699eef.1.1347850347155; Sun, 16 Sep 2012 19:52:27 -0700 (PDT) Path: ed8ni104393785wib.0!nntp.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border2.nntp.dca.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.bbs-scene.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!gegeweb.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Help writing first daemon Date: Tue, 11 Sep 2012 17:13:14 +0200 Organization: cbb software GmbH Message-ID: References: <3b3a796d-50e0-4304-9f8d-295fb2ed0e82@googlegroups.com> <1hrmrgblczf2p.x7ar7hqalypi.dlg@40tude.net> <6b311ca1-9630-4874-b068-2b6b08c1ffa9@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit Date: 2012-09-11T17:13:14+02:00 List-Id: On Tue, 11 Sep 2012 07:38:45 -0700 (PDT), Maciej Sobczak wrote: > W dniu sobota, 8 wrze�nia 2012 10:06:28 UTC+2 u�ytkownik Dmitry A. Kazakov napisa�: > >> But, if you consider running the middleware as a system service (daemon), >> the main reason for that would be the architecture of shared memory. > > No, there is no connection between these two concepts. The concepts are single vs. multiple instances middleware. > System services are created so they can be started and run unattended even > after system restarts. A free-standing web server is a possible example here. And there is no reason for a web server to be a system service. I see web server as an application. >> I.e. pipes and daemon are mutually exclusive. > > Not at all. These concepts solve different problems and have no > implication on each other. A dedicated system service and pipes are in the same league. Pipes themselves is a service. If the middleware is considered service, then in place of pipes. An conversely, if pipes to be used in the middleware, then each application would have a more or less complete instance of the middleware of its own. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de