For an ASL notification adapter subscribing to NL_Notify, NL_Change, NL_Clear, NL_Delete events, what happens if there is a flood of notifications? Is SAM able to queue them internally and make sure it passes all of them to the subscribing modules? Does it make sense to implement a queue-like data structure in the ASL adapter to first buffer the notifications before processing them.