From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.ada Subject: Re: In memory Stream Date: Sat, 17 Feb 2024 22:00:45 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 17 Feb 2024 22:00:45 -0000 (UTC) Injection-Info: dont-email.me; posting-host="6ecbb5fd13673e938e0c0f21615ca6a8"; logging-data="659247"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX188aoD2fQkX5iP9gvNEL7P6" User-Agent: Pan/0.155 (Kherson; fc5a80b8) Cancel-Lock: sha1:zVST0AGiOUNLtCwsOujXPlSGfDg= Xref: news.eternal-september.org comp.lang.ada:66082 List-Id: On Sat, 17 Feb 2024 10:19:22 +0100, Dmitry A. Kazakov wrote: > On 2024-02-16 22:54, Lawrence D'Oliveiro wrote: > >> On Fri, 16 Feb 2024 10:41:12 +0100, DrPi wrote: >> >>> I though I'll use a Stream writing/reading in/from the memory buffer. >> >> Wouldn’t be simplest to let the OS manage the buffering for you? >> >> > > That would make applications OS-dependent. That’s a standard POSIX function. I think even M****s*ft W**d*ws has something resembling it.