Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: The joy of pipes Date: 16 Nov 2024 06:16:20 GMT Lines: 13 Message-ID: References: <20241112111426.00007245@gmail.com> <20241114160907.0000252b@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net 8AGTnoLnbw4coqo3EN0WSw1sd60ITnu4v1TMn+iR5G08cS24Rh Cancel-Lock: sha1:0bBQ3AOoW3idW+KINqwFVj4t4Ug= sha256:0ndyBOyjL7GnmLvp/8RJ3t68WOJdZI/lIVFG45oMA7A= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com comp.os.linux.misc:61010 On Sat, 16 Nov 2024 00:37:35 -0500, 186282@ud0s4.net wrote: > IF you are doing multi-threaded/process style pgms then you almost > HAVE to use them if you want to xmit more than a few bytes between > parents/children. A few years back I was experimenting with TCP/UDP > servers and found that it could be very useful to transmit a few > dozen bytes worth of active data between parents/children. > > SO ... learn yer pipes ! Message queues and shared memory are handy for IPC too. I don't think Microsoft ever figured either out. What they call message queues are completely different.