[systemd-devel] [PATCH v5] Add sabridge for socket activation of traditional daemons
Zbigniew Jędrzejewski-Szmek
zbyszek at in.waw.pl
Tue Oct 15 17:33:05 PDT 2013
On Tue, Oct 15, 2013 at 04:06:57PM -0700, David Strauss wrote:
> Connection structs were using dirty memory for the buffer offsets,
> which were the only struct members not initialized. This had worked
> fine in all of my small tests, but under load it was failing terribly.
> Using malloc0() causes it to now work with any level of concurrency.
So, is the bump to 16kB based on benchmarking? If you could post any
results that would be great. Also, how does the original threaded aproach
compare to the sd_event based one?
Zbyszek
More information about the systemd-devel
mailing list