On Wed, 2006-01-11 at 13:03 -0500, Isaac Richards wrote:
> On Wednesday 11 January 2006 12:59, [EMAIL PROTECTED] 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

_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to