Fluentd

Fluentd uses MessagePack for all internal data representation. It's crazy fast because of zero-copy optimization of msgpack-ruby. Now MessagePack is an essential component of Fluentd to achieve high performance and flexibility at the same time.

Comments

Popular posts from this blog

Running two MongoDB instances on one server

Addition of two numbers in android