David Lang

Results 441 comments of David Lang

That is correct, we will get one address (IIRC, the underlying call randomizes the order a bit, at least over time), and we use the first one that we get....

On Tue, 10 Sep 2019, Rampa33 wrote: > @davidelang , thanks for your response. What if the first one in the list was unreachable at the moment of connection try?...

If someone builds their own packages (or installs a devel package), it won't be replaced by the package from the stable repo later. This hurts testers who try out one...

On Mon, 31 Oct 2016, Emiel Bruijntjes wrote: > We have some issues with converting the json tree to a string from multiple > threads at the same time. I...

It's a good idea to have flags as future-proofing (there's a good lwn.net article on the topic) can you point to an example of what you are looking at?

On Mon, 11 Apr 2016, Rainer Gerhards wrote: > currently, the full iterator structure is returned. this is inefficient if it > is larges as a pointer. We can alternatively...

libfastjson isn't a parser as much as it is a library for manipulating json. It's a fork of the json-c library (fixing some holes that were found there), so documenation...

On Wed, 12 Jun 2019, dave-lew99 wrote: > Would it be possible to have the rabbitmq output module included in the > default RPM builds for el7/CentOS7 and published in...

Try it, libfastjson is very close to json-c, and it's unlikely the mmgrok makes use of anything that has been ripped out of libfastjson

if logrotate has the ability to send rsyslog the HUP signal, it also has the ability to send it TERM or KILL David Lang