Sujet : Re: Are We Back to the "Wars" Now ?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 22. Nov 2024, 04:12:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vhosra$1171f$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.161 (Chasiv Yar; )
On Thu, 21 Nov 2024 21:55:37 -0500, Phillip Frabott wrote:
We had to drop named pipes solely because of the performance hit
because it is writing to a file system so it's being controlled by the
file system, even if that file system is in memory.
That doesn’t make any sense, if we were talking about Linux. Is this on
Windows, by any chance?
As the demand grows, we are actually at the limits of performance that
even unnamed pipes gives us. So we are starting to migrate to UNIX
sockets which has about double to bandwidth and performance of pipes.
Not sure how that works, given that Unix sockets are actually a more
complex mechanism than pipes.