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,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: How to run a GNAT program without starting a terminal session Date: Wed, 18 Jul 2018 09:37:09 +0200 Organization: A noiseless patient Spider Message-ID: References: <7461ada5-9bc3-43f5-98b0-b2930d9145bc@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 18 Jul 2018 07:37:09 -0000 (UTC) Injection-Info: h2725194.stratoserver.net; posting-host="802ffc49ef84311152074c8662165780"; logging-data="14185"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19BDBm3FqoeAn84ElsLdVlA" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:BrF0GmSvKljzSTzrsnDvPvfcJmM= In-Reply-To: <7461ada5-9bc3-43f5-98b0-b2930d9145bc@googlegroups.com> Xref: reader02.eternal-september.org comp.lang.ada:53888 Date: 2018-07-18T09:37:09+02:00 List-Id: On 2018-07-17 23:12, Shark8 wrote: > A lot of the cases I've seen where daemons are used/needed are because the language [PHP in this case] didn't have any notion of TASKs and DELAYs -- rather frustrating to come across when it's so trivially easy in Ada. No, that is not it at all. A daemon is a detached background process, like services are on windows. They have no user interface and are supposed to run a long time. webservers, mailservers etc are typically daemons. Has absolutely nothing to do whit language/tasks/delays at all However this is what I thought you wanted, a process in the background. But I realize it is not. I have not seen the option that Jeff talks about in MacOsx, junst in windows and in Linux desktops. Perhaps you can use Write a one-liner bash that starts you program, and point platypus to that. (No I have not tried it myself) -- -- Björn