Sujet : Re: The joy of pipes
De : Pancho.Jones (at) *nospam* proton.me (Pancho)
Groupes : comp.os.linux.miscDate : 18. Nov 2024, 10:20:23
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vhf0sn$15fdk$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Mozilla Thunderbird
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.