▲ | eqvinox 5 days ago | ||||||||||||||||||||||
Ok, now it sounds like you're blaming unix sockets for someone's shitty code... No idea what "TI Envelope" is, and a Google search doesn't come up with usable results (oh the irony...) - if it's a logging/metric thing, those are hard to get to perform well regardless of socket type. We ended up using batching with mmap'd buffers for crash analysis. (I.e. the mmap part only comes in if the process terminates abnormally, so we can recover batched unwritten bits.) | |||||||||||||||||||||||
▲ | jeffbee 5 days ago | parent [-] | ||||||||||||||||||||||
> Ok, now it sounds like you're blaming unix sockets for someone's shitty code... No, I am just saying that the unix socket is not Brawndo (or maybe it is?), it does not necessarily have what IPCs crave. Sprinkling it into your architecture may or may not be relevant to the efficiency and performance of the result. | |||||||||||||||||||||||
|