[mythtv] [mythtv-commits] mythtv commit: r8568 by danielk

Daniel Kristjansson danielk at cuymedia.net
Wed Jan 11 18:23:48 UTC 2006


On Wed, 2006-01-11 at 13:03 -0500, Isaac Richards wrote:
> On Wednesday 11 January 2006 12:59, mythtv at cvs.mythtv.org wrote:
> > We also use a static regular expression which means we don't rely on the Qt
> > regular expression cache to avoid recompiling the matching tables, this Qt
> > feature appears to be broken or missing in the MacOSX Qt implementation.
> 
> Not threadsafe, and there _could_ be more than one TV object at the same time.

QRegExp is reentrant so it should be perfectly safe across multiple TV
objects. But you're right about the thread safety with-in an instance,
if the same QRegExp is called on the same string it can get flummoxed.
Will fix.

-- Daniel



More information about the mythtv-dev mailing list