Overview | Releases | Download | Docs | Links | Help | RecentChanges

ProblemsWithTextBuffers

List of problems with text buffers

Transfer buffer full

This occurs when the VME crate boots and needs fixing.

PWP - I have recently (29/06/06) made some changes to the dsp code which may have solved this problem.

Other ideas

Not sure the following is true:

 * So text buffer readout has now been shown to be a bottleneck for full-crate 
 operation (seen when testing is cosmics run) -- this wasn't the case at 
 Oxford  (at least not frequently) so this is probably due to a combination of
  an increase in the number of messages being sent by the DSPs (Today's DSP 
 code differs from that use in Oxford Macro assembly) and the fact that the 
 text buffer readout method "doTextBuffer" in SctApi/Crate.cxx has become 
 slower recently as it has started to snoop in these buffers for information. 
 ** NB: At an early stage in Oxford the doTextBuffer method wrote every text 
 buffer to MRS as well as writing the log file. This was removed because it 
 was too verbose, not because it was causing stability problems. I don't 
 believe that a simple string comparison is going to make any significant 
 difference to the speed.