Deutsch   English   Français   Italiano  
<vhf0sn$15fdk$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Pancho <Pancho.Jones@proton.me>
Newsgroups: comp.os.linux.misc
Subject: Re: The joy of pipes
Date: Mon, 18 Nov 2024 09:20:23 +0000
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <vhf0sn$15fdk$1@dont-email.me>
References: <vgns2aqlhq@dont-email.me> <20241112111426.00007245@gmail.com>
 <e44df1bda1f1622a8d725c69860d3225@msgid.frell.theremailer.net>
 <m2ttc9y3d8.queerchen@cmschueller.my-fqdn.de> <eli$2411141855@qaz.wtf>
 <20241114160907.0000252b@gmail.com> <vh6a9k$33c17$5@dont-email.me>
 <hzSdnTUBKbG_YKv6nZ2dnZfqnPQAAAAA@earthlink.com> <A7GZO.66$hgYd.23@fx41.iad>
 <wwvr07bpizm.fsf@LkoBDZeT.terraraq.uk>
 <JJOdnfSeXoej5aT6nZ2dnZfqnPSdnZ2d@earthlink.com>
 <wwvwmh2z1y3.fsf@LkoBDZeT.terraraq.uk>
 <Uv-dnfY4yvgPJKf6nZ2dnZfqnPSdnZ2d@earthlink.com>
 <vhelgl$142m9$2@dont-email.me>
 <UricnZ0glICSeaf6nZ2dnZfqn_adnZ2d@earthlink.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 18 Nov 2024 10:20:26 +0100 (CET)
Injection-Info: dont-email.me; posting-host="4bb256e55187fc1c7fdad52720ab946c";
	logging-data="1228212"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+boLgn5f1zWQpA5td7UchihVa1ZkEgtzQ="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:EfhUeYgFSo8AFW7hn1J/cqB5Qyk=
Content-Language: en-GB
In-Reply-To: <UricnZ0glICSeaf6nZ2dnZfqn_adnZ2d@earthlink.com>
Bytes: 2801

On 11/18/24 06:51, 186282@ud0s4.net wrote:
> On 11/18/24 1:06 AM, Lawrence D'Oliveiro wrote:
>> On Sun, 17 Nov 2024 22:50:41 -0500, 186282@ud0s4.net wrote:
>>
>>> As I said somewhere, if your child processes are sending megabytes
>>> back to the parent you're DOING SOMETHING WRONG.
>>
>> Says the one who has no clue how to write real-world programs.
> 
>    Am I supposed to say something horrible about
>    you now ?
> 
>    Nope. Won't. I'm sick of 'The Wars'.
> 
>    Clue - I've writ 'real world programs' and
>    got paid well for them from the punch-card
>    days on. I did it my way, for my reasons,
>    my 'vision'.
> 
>    And so did you.

I mainly did as I was told. In large political organisations following 
your own vision can be problematic. You have to fight for a vision.

I've no idea why using IPC to send megabytes of data between different 
processes is wrong. That is what many service-orientated architectures 
do. The moment you have a persistence service it is likely to happen.

Although to be fair we very rarely used pipes, directly, almost never. 
It was always something like REST or message queues.