﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
892	Add better support for single-transponder EIT	nooneimprt4nt@…	danielk	"My provider sends all EIT data on a single transponder for the multi-day info.
This is a problem because siparser can emit 1000 events/sec but eitscanner can only handle between 5 and 100 events/sec (5 calls to EITHelper:ProcessEvents, each of which will handle between 1 and 20 events).  The end result is that huge amounts of memory ends up getting allocated, which eventually causes mythbackend to run out of memory.

The included patch does 2 things:
1) collapse multiple event-lists such that we always execute kChunkSize events
2) create flow-control for siparser to turn it off when the queue gets too big.
"	patch	closed	minor	0.20	dvb	head	medium	fixed	eit		0
