Hacker News new | ask | show | jobs
by nkozyra 4281 days ago
Does syslog-ng use shared memory? I thought it communicated via open socket network channels.
1 comments

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).