To help solve #690120: Cannot reliably check node_access from inside hook_node_save() with node grants we should likely use D7's Queue API and whenever a link is flagged for updating (like when a node is added/changed), it should be put into a queue and done at the end of the page request (or during cron).
↧