From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=C3=B6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: In memory Stream Date: Mon, 19 Feb 2024 15:59:05 +0100 Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Mon, 19 Feb 2024 14:59:05 -0000 (UTC) Injection-Info: dont-email.me; posting-host="7feb96c7ddf04b1ec2914122a52e0fea"; logging-data="2028386"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/+aeTJxdT/rXZ2zJI3oDEx" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:MCnOmJVPoVzOgZZlHDtDqFfbtzM= In-Reply-To: Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:66105 List-Id: On 2024-02-18 21:57, Lawrence D'Oliveiro wrote: > On Sun, 18 Feb 2024 12:36:54 +0100, Björn Lundin wrote: > >> On 2024-02-18 01:00, Lawrence D'Oliveiro wrote: >> >>> On Sat, 17 Feb 2024 14:36:46 +0100, DrPi wrote: >>> >>>> My usage is a bit special. The writing process writes a bunch of data in >>>> a memory buffer then requests this buffer to be transferred to another >>>> process by way of WM_COPYDATA. >>> >>> I thought Windows had pipes. >> >> It does, >> We use it for out IPC in both Linux and Windows. >> Works very well. > > Why doesn’t the OP use them, then? I have no idea, You can see them with powershell -command [System.IO.Directory]::GetFiles(\"\\.\pipe\") -- /Björn