If a user&#39;s music is stored all on one drive, then you&#39;re probably right, speed likely wouldn&#39;t change.  But with the prevalence of NAS and RAID and cheap storage in general I don&#39;t know if assuming everything is all on one disk is a valid assumption.  Personally, I have most of my music on an external drive, some on NAS, and some on the machine&#39;s local disk.  So in my case there would be a speedup.<div>
<br></div><div>Stephen<br><br><div class="gmail_quote">On Sat, Mar 5, 2011 at 10:21 AM, James O. <span dir="ltr">&lt;<a href="mailto:houndeyex@gmail.com">houndeyex@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Correct me if I&#39;m wrong, but since hard drives can&#39;t read from two places at once are speed increases actually realized from trying to multithread reads with TagLib?<br><br><div class="gmail_quote"><div class="im">
2011/3/5 Lukáš Lalinský <span dir="ltr">&lt;<a href="mailto:lalinsky@gmail.com" target="_blank">lalinsky@gmail.com</a>&gt;</span><br>

</div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div>On Sat, Mar 5, 2011 at 6:00 PM, Stephen F. Booth &lt;<a href="mailto:me@sbooth.org" target="_blank">me@sbooth.org</a>&gt; wrote:<div>
<div></div><div class="h5"><br>


&gt; I&#39;ve also run into crashes like this in the past, when I tried to realize<br>
&gt; speed increases by parsing several files simultaneously in separate threads.<br>
&gt;  It seems that if atomic increment/decrement were added to RefCounter, as<br>
&gt; long as a single file wasn&#39;t shared across threads then STL thread safety<br>
&gt; wouldn&#39;t be an issue.  I&#39;m not sure which statics could affect this, as I<br>
&gt; haven&#39;t looked through the code in a while.  Is thread safety (or some level<br>
&gt; of it) something planned for a future release?<br>
<br>
</div></div></div><div><div></div><div class="h5">I don&#39;t think thread-safe TagLib is a particularly good idea. It would<br>
cause too many speed penalties for no good reason. I definitely want<br>
to be able to call different instances of TagLib classes from<br>
different threads though. I believe that fixing the RefCounter should<br>
be the only thing that is needed. The other static instances are<br>
read-only, as far as I remember.<br>
<div><div></div><div><br>
Lukas<br>
_______________________________________________<br>
taglib-devel mailing list<br>
<a href="mailto:taglib-devel@kde.org" target="_blank">taglib-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/taglib-devel" target="_blank">https://mail.kde.org/mailman/listinfo/taglib-devel</a><br>
</div></div></div></div></blockquote></div><br>
<br>_______________________________________________<br>
taglib-devel mailing list<br>
<a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/taglib-devel" target="_blank">https://mail.kde.org/mailman/listinfo/taglib-devel</a><br>
<br></blockquote></div><br></div>