nsfarm/cli: use only one thread for FDLogging
The FDLogging uses poll to propagate data from one feed to the other. This is not limited to only two file descriptors but technically any number of them. Thus it is way more efficient to simply add new feeds to existing thread over spawning the new one.
parent
2e6bb481
Branches
Tags
Please register or sign in to comment