>> - how does this logging facility handle the case of overload? Will it >> block? Will it discard messages? There doesn't seem to be any facility >> to have it handle backpressure. > > Oh, Good point. Ideas?
I don't have enough knowledge of the comm API to answer this: how does
it queue messages? and how does it notify callers of congestion?
This patch seems to be using a write(2) call to the raw FD, which is
blocking (?)
--
/kinkie
