forward.c:
if (mem->inmem_hi - storeLowestMemReaderOffset(e) < READ_AHEAD_GAP)
Am I correct that this effectively says all clients are tethered to the
speed of the slowest reader?
Would a storeHighestMemReaderOffset(e) produce better results here?
If so, how should it react to the case of no readers? Return 0?
-- Brian
Received on Sun Jul 28 2002 - 13:54:43 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:22 MST