In what circumstances would triple buffering be effective?

What will be an ideal response?


Buffers are usually relatively large areas of storage, so before installing a triple-buffering scheme, we would like to know that it is worthwhile. Clearly, if the processor is much faster than the channel in the triple-buffered input scheme, then the channel may never be able to get far enough ahead of the processor to take advantage of the third buffer. Ideally, multiple-buffering schemes are used to pick up the occasional slack when one unit gets slightly ahead of the other.This can result in significant performance improvement.

Computer Science & Information Technology

You might also like to view...

A fiber is a(n) ________.

a) object that allows developers to group several processes for the purpose of setting limits on the group b) collection of worker threads that sleep until a request is queued to it, at which point one of the threads awakens and executes the request c) region of a process’s address space that stores thread-specific data d) unit of execution that is scheduled by the thread that creates it and not by the dispatcher

Computer Science & Information Technology

With the help of multimedia, a PowerPoint presentation can be used as a marketing tool

Indicate whether the statement is true or false

Computer Science & Information Technology

MS Excel provides the default value for step in Fill Series dialog box Select one:

A. 1 B. 0 C. 5 D. 10

Computer Science & Information Technology

In Visual Basic, the message in a message box window is displayed using the ____ procedure of the MessageBox class.

A. Display B. Show C. View D. Visible

Computer Science & Information Technology