From the release notes of rpki-client 9.6:
The parser process now uses parallel threads for object validation. The new -p option can be used to adjust the number of threads.
This sounds potentially very useful to us. Since this is a new feature it will need to tested carefully and we potentially might need to add it in a backward compatible way of just wait a bit if the performance gain isn't huge.
From the release notes of
rpki-client9.6:This sounds potentially very useful to us. Since this is a new feature it will need to tested carefully and we potentially might need to add it in a backward compatible way of just wait a bit if the performance gain isn't huge.