Inconsistent recursive performance
During the testing it was discovered that on some runs the resolver performance would not be consistent.
Some time later, it was proven that this is caused by setting the thread affinity on both netmgr code and old socket code. On some runs the affinity would work fine and everything would be fine, and on some runs the netmgr and socket code would compete over the same resource causing performance dips.