The node ng_bridge is currently a single threaded node.
This causes performance issued in our environment.
In order to become multithreaded the recdata function needs to be
modified, so that all node and link privaze storage is const.
The modifications will be child reviews in order to be easier to
review. This revision will maintain the high level overview.