Functions | |
Single threaded MessageLogger design plan The key points of change are on either side of the it needs to know whetehter this is single or multiple threaded to make this choice The change is to substitute | runCommand (opcode, operand) for the sequence of creating |
Variables | |
Single threaded MessageLogger design plan The key points of change are on either side of the | queue |
Single threaded MessageLogger design plan The key points of change are on either side of the it needs to know whetehter this is single or multiple threaded to make this choice The change is to substitute filling and committing the buffer for the SingleConsuerQ There will be some commands with other slight changes as well On the | right |
Single threaded MessageLogger design plan The key points of change are on either side of the it needs to know whetehter this is single or multiple threaded to make this choice The change is to substitute filling and committing the buffer for the SingleConsuerQ There will be some commands with other slight changes as well On the | operand |
has to become something that gets invoked | directly |
has to become something that gets invoked and when the break | happens |
has to become something that gets invoked and when the break the code needs to return to the calling routine The way to do this is to break off the meat of that internal do | loop |
Single threaded MessageLogger design plan The key points of change are on either side of the it needs to know whetehter this is single or multiple threaded to make this choice The change is to substitute runCommand | ( | opcode | , |
operand | |||
) |
Definition at line 27 of file single-thread.txt.
Definition at line 27 of file single-thread.txt.
has to become something that gets invoked and when the break the code needs to return to the calling routine The way to do this is to break off the meat of that internal do loop |
Definition at line 27 of file single-thread.txt.
Single threaded MessageLogger design plan The key points of change are on either side of the it needs to know whetehter this is single or multiple threaded to make this choice The change is to substitute filling and committing the buffer for the SingleConsuerQ There will be some commands with other slight changes as well On the operand |
Definition at line 25 of file single-thread.txt.
Definition at line 11 of file single-thread.txt.
Single threaded MessageLogger design plan The key points of change are on either side of the it needs to know whetehter this is single or multiple threaded to make this choice The change is to substitute filling and committing the buffer for the SingleConsuerQ There will be some commands with other slight changes as well On the right |
Definition at line 25 of file single-thread.txt.