LMRC_THRESHOLD_REPLY_COUNT
if (nprocessed % LMRC_THRESHOLD_REPLY_COUNT == 0)
if (nprocessed != 0 && nprocessed % LMRC_THRESHOLD_REPLY_COUNT != 0)