Closed billoley closed 7 years ago
When collectd is configured with WriteThreads > 1, the same WriteNSQPlugin object gets used in multiple threads. Because of the design of WriteNSQPlugin, the write method is synchronized negating the benefit of the additional threads.
When collectd is configured with WriteThreads > 1, the same WriteNSQPlugin object gets used in multiple threads. Because of the design of WriteNSQPlugin, the write method is synchronized negating the benefit of the additional threads.