From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 Path: 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: Suggestion about best practice with .gpr files Date: Fri, 4 Jun 2021 11:47:13 +0200 Organization: A noiseless patient Spider Message-ID: References: <861r9met5p.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Fri, 4 Jun 2021 09:47:14 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="7aa8efa425d76d53ba0326c306e9ed9a"; logging-data="9380"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+pINc/waTO9YUQB5zH7UMc" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 Cancel-Lock: sha1:HXg3qevLAEK44NMVdTDkxhVHdzg= In-Reply-To: Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:62117 List-Id: Den 2021-06-04 kl. 11:18, skrev Jeffrey R. Carter: > he important qualification in my claim is that the project must be all > Ada. When you decide to include things like > >> on that we support Oracle/Postgressql/MS-sql-server >> And 3 different ways of doing IPC (pipes/sem+shared mem/rabbitMQ) > > then you add complications that this approach cannot deal with. Well, using a database and IPC mechanisms is not really unheard of in systems development. Especially not when it is an administrative system, and not embedded. -- Björn