iterators+multithreading on win32

James O. houndeyex at gmail.com
Sat Mar 5 19:21:21 CET 2011


Correct me if I'm wrong, but since hard drives can't read from two places at
once are speed increases actually realized from trying to multithread reads
with TagLib?

2011/3/5 Lukáš Lalinský <lalinsky at gmail.com>

> On Sat, Mar 5, 2011 at 6:00 PM, Stephen F. Booth <me at sbooth.org> wrote:
> > I've also run into crashes like this in the past, when I tried to realize
> > speed increases by parsing several files simultaneously in separate
> threads.
> >  It seems that if atomic increment/decrement were added to RefCounter, as
> > long as a single file wasn't shared across threads then STL thread safety
> > wouldn't be an issue.  I'm not sure which statics could affect this, as I
> > haven't looked through the code in a while.  Is thread safety (or some
> level
> > of it) something planned for a future release?
>
> I don't think thread-safe TagLib is a particularly good idea. It would
> cause too many speed penalties for no good reason. I definitely want
> to be able to call different instances of TagLib classes from
> different threads though. I believe that fixing the RefCounter should
> be the only thing that is needed. The other static instances are
> read-only, as far as I remember.
>
> Lukas
> _______________________________________________
> taglib-devel mailing list
> taglib-devel at kde.org
> https://mail.kde.org/mailman/listinfo/taglib-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/taglib-devel/attachments/20110305/dcf7f07c/attachment.htm 


More information about the taglib-devel mailing list