A. Putting all the log records currently in main memory onto stable storage B. Putting all modified data residing in main memory onto stable storage C. Putting a log record onto stable storage D. All of the mentioned
A. Before the corresponding log record is written out to stable storage B. After the corresponding log record is written out to stable storage C. Until the whole log record has been checked for inconsistencies D. All of the mentioned
A. Suspended until another process invokes the signal operation B. Waiting for another process to complete before it can itself call the signal operation C. Stopped until the next process in the queue finishes execution D. None of the mentioned