Hacker News new | ask | show | jobs
by spydum 4280 days ago
Isn't this essentially syslog-ng?
1 comments

Does syslog-ng use shared memory? I thought it communicated via open socket network channels.
apps can log using the syslog primitives. I do not believe the require network sockets. What syslog-ng decides to do with it (flush to disk, or push over network socket), is no different than the proposal of shared mem to another process (which then has to make the same decision).