Re: [PATCH] use unlocked stdio functions

2024-02-14 Thread Vito Caputo
ead using -pthread now. Would appreciate any input on the current state of things in this area... Thanks, Vito Caputo

O_DIRECT "packet mode" pipes on Linux

2020-09-23 Thread Vito Caputo
ifies a buffer size of zero is a no-op, and returns 0.) Older kernels that do not support this flag will indicate this via an EINVAL error. Regards, Vito Caputo

Re: O_DIRECT "packet mode" pipes on Linux

2020-09-23 Thread Vito Caputo
On Wed, Sep 23, 2020 at 09:12:40AM -0400, Chet Ramey wrote: > On 9/22/20 11:23 PM, Vito Caputo wrote: > > Hello list, > > > > Is there any chance we could get a | modifier for enabling O_DIRECT on the > > created pipe? "Packet" style pipes have some i

Re: O_DIRECT "packet mode" pipes on Linux

2020-09-23 Thread Vito Caputo
On Wed, Sep 23, 2020 at 11:53:10PM -0400, Lawrence Velázquez wrote: > > On Sep 23, 2020, at 11:41 PM, Vito Caputo wrote: > > > > On Wed, Sep 23, 2020 at 09:12:40AM -0400, Chet Ramey wrote: > >> On 9/22/20 11:23 PM, Vito Caputo wrote: > >>> Hello list, &g

Re: O_DIRECT "packet mode" pipes on Linux

2020-09-23 Thread Vito Caputo
On Thu, Sep 24, 2020 at 12:48:14PM +0700, Robert Elz wrote: > Date:Wed, 23 Sep 2020 21:47:10 -0700 > From: Vito Caputo > Message-ID: <20200924044710.xpltp22bpxoxi...@shells.gnugeneration.com> > > > | It's useful if you're doing so