[mythtv-commits] mythtv commit: r14180 - in trunk/mythplugins/mythzoneminder by paulh
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Tue Aug 14 10:00:10 UTC 2007
Author: paulh
Date: 2007-08-14 10:00:09 +0000 (Tue, 14 Aug 2007)
New Revision: 14180
Changeset: http://cvs.mythtv.org/trac/changeset/14180
Modified:
trunk/mythplugins/mythzoneminder/mythzmserver/main.cpp
trunk/mythplugins/mythzoneminder/mythzoneminder/zmclient.cpp
trunk/mythplugins/mythzoneminder/mythzoneminder/zmevents.cpp
Log:
Fix a problem in MythZoneMinder where deleting a large number of events was
causing problems for mythzmserver because it doesn't handle fragmented reads.
This works around the problem by increasing the read buffer size and deleting
events in 250 event chunks to make sure each command will fit in the read
buffer.
Also show a busy dialog when deleting a list of events to give the user some
feedback that something is happending.
More information about the mythtv-commits
mailing list