Even I read many times on this topic ..I still have some doubts!

Actiview has two counters running continuously: one counter tracks the total of the buffered words, the other counts the total of words displayed on screen (or written to file).
The difference between the two counters is the "backlog" value, as soon as it exceeds the total ringbuffer size, an overflow error is generated and the program stops.
What should I do to mainten the difference between the two counters constant? Is it possible to control it?
thanks in advance for any suggestion.
Best regards,