<br>Hey Sebastian<br><br><div class="gmail_quote">On Mon, May 31, 2010 at 1:07 AM, Sebastian Trüg <span dir="ltr">&lt;<a href="mailto:trueg@kde.org">trueg@kde.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Vishesh,<br>
<br>
I went a little overboard:<br>
<br>
I also moved store() and load() calls back into ResourceData. This is<br>
rather trivial. But then you mentioned how ugly it was that ResourceData<br>
could delete itself and how one would have to take care of which methods<br>
to call.<br>
So I changed determineUri() so that it returns the actual ResourceData<br>
to use instead of deleting itself. That way Resource *could* simply do:<br>
<br>
m_data = m_data-&gt;determineUri()<br>
<br>
and it would be enough. And we would not even need the m_resources list.<br>
But then the same thing would have to be done for each copy of that<br>
resource using the ResourceData in question. Thus, I added the method<br>
Resource::determineFInalResourceData which basically does what<br>
ResourceData::replaceWith did before.<br></blockquote><div><br>Alright. Just so that we both are on the same page, I&#39;m going to tell what my plans were after this humongous patch. <br>1. Possible merge both the lists (If you allow!)<br>
2. Convert the ResourceData m_kickOffUri into a list AND make sure that while determining one URI it adds all other cases to the lists as well.<br><br>Number 1 is more of a convenience, but <b>2</b> is really important. You&#39;ve done half the job ( I thought we&#39;ll take care of it in another patch )<br>
<br>Now, about the comments in determineFinalResourceData(). The flaw with our, not so little, proxy removal plan was that if -<br>Resource r1(&quot;foo&quot;);<br>r1.determineUri()<br><br>Resource r2( foo&#39;s nie:url );<br>
r2.determineUri() // The proxy thing would be activated ( could be avoided via 2 )<br><br>Resource r3( foo&#39;s nie:url );<br>r3.determineUri() // The proxy thing is AGAIN activated as the nie:url wasn&#39;t added to the list.<br>
<br>With your patch you seem to have fixed the problem. But I would have preferred the more concrete solution via 2. <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
So far so good and already confusing enough. But then there is the<br>
problem of the kickoff lists. With proxies we did not have to care about<br>
the old kickoff ids and uris since the ResourceDatas using proxies were<br>
still there &quot;redirecting&quot; to the proxies. Now we delete these old ones.<br>
Thus, if another Resource would be created with the same kickoff id or<br>
uri the whole process would be restarted. That is why I changed the<br>
kickoff id and uri in ResourceData into lists and simply added the new<br>
ResourceData multiple times to the kickoff lists in ResourceManagerPrivate.<br></blockquote><div><br>Yup ^^<br><br>BTW, we&#39;ll need to fix cleanUpCache as well. Currently, (haven&#39;t tested) it should crash. This is because it would try to remove the same ResourceData multiple times. The fix is a simple conversion of the list into a set. :)  <br>
<br>Another problem would be determineAllUris(). It could crash cause determineUri may delete one of the members to be accessed. <br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
I hope that you are not completely confused now. :P<br>
I am still not totally happy with it since it it still rather complex<br>
although having no proxies is already nice...<br></blockquote><div><br>I&#39;m kinda having second thoughts about this patch. We&#39;re completely removing proxies but in the process we&#39;ve imploded the code into a rather complex (actually it isn&#39;t that much) solution. But then I never liked the idea of proxies.<br>
<br>So, then my question to you is - &quot;How big of a overhead would it be to derive ResourceData from <b>QObject</b>?&quot;<br><br>BTW, Should I incorporate 1 or 2 in the patch and fix determineAll and cleanUpCache?<br>
<br>- Vishesh Handa<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Cheers,<br>
<font color="#888888">Sebastian<br>
</font><div class="im"><br>
<br>
On 05/29/2010 04:37 PM, Vishesh Handa wrote:<br>
&gt;<br>
&gt; I think it should work now. I removed the MutexLocker from the inside of<br>
&gt; determineUri().<br>
&gt;<br>
&gt; - Vishesh Handa<br>
&gt;<br>
&gt; On Sat, May 29, 2010 at 7:32 PM, Vishesh Handa &lt;<a href="mailto:handa.vish@gmail.com">handa.vish@gmail.com</a><br>
</div><div class="im">&gt; &lt;mailto:<a href="mailto:handa.vish@gmail.com">handa.vish@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;     On Sat, May 29, 2010 at 7:17 PM, Sebastian Trüg &lt;<a href="mailto:trueg@kde.org">trueg@kde.org</a><br>
</div><div class="im">&gt;     &lt;mailto:<a href="mailto:trueg@kde.org">trueg@kde.org</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;         On 05/29/2010 03:34 PM, Vishesh Handa wrote:<br>
&gt;         &gt; On Sat, May 29, 2010 at 5:46 PM, Sebastian Trüg &lt;<a href="mailto:trueg@kde.org">trueg@kde.org</a><br>
&gt;         &lt;mailto:<a href="mailto:trueg@kde.org">trueg@kde.org</a>&gt;<br>
</div><div><div></div><div class="h5">&gt;         &gt; &lt;mailto:<a href="mailto:trueg@kde.org">trueg@kde.org</a> &lt;mailto:<a href="mailto:trueg@kde.org">trueg@kde.org</a>&gt;&gt;&gt; wrote:<br>
&gt;         &gt;<br>
&gt;         &gt;     Hehe, this does not help at all. Think about it: in my<br>
&gt;         example there are<br>
&gt;         &gt;     2 Resource instances involved. Thus: 2 mutexes which are<br>
&gt;         locked<br>
&gt;         &gt;     independent of each other. :)<br>
&gt;         &gt;     The mutex is already there in ResourceData. It simply<br>
&gt;         needs to be locked<br>
&gt;         &gt;     in Resource instead of ResourceData::determineUri.<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt; Uhh I&#39;m confused. Why don&#39;t you handle the multi-threading?<br>
&gt;<br>
&gt;         Sure, I can do that. :)<br>
&gt;<br>
&gt;<br>
&gt;     Wait! Please don&#39;t. Let me try. I understand it now. (I think)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         &gt; I should really learn about multi-threading. If you have a<br>
&gt;         couple of<br>
&gt;         &gt; spare minutes could you explain why my method won&#39;t work?<br>
&gt;         &gt;<br>
&gt;         &gt; My rationale -<br>
&gt;         &gt;<br>
&gt;         &gt; Thread 1 :<br>
&gt;         &gt; Resource r1(&quot;foo&quot;);<br>
&gt;         &gt; r1.property( nao:numericRating )<br>
&gt;         &gt; -&gt; the mutex is locked<br>
&gt;         &gt; -&gt; performs whatever and determines the uri<br>
&gt;         &gt;<br>
&gt;         &gt; Thread 2 :<br>
&gt;         &gt; Resource r2(&quot;foo&quot;);<br>
&gt;         &gt; r2.setProperty( whatever )<br>
&gt;         &gt; -&gt; the mutex can&#39;t get locked so it waits till it does<br>
&gt;         &gt; -&gt; mutex now locked. Thread 1 should have determined the uri<br>
&gt;         by now<br>
&gt;         &gt; -&gt; perform operation<br>
&gt;<br>
&gt;         Simple: r1 and r2 have different mutex intances. Thus, locking<br>
&gt;         one does<br>
&gt;         not prevent the other from being locked. The idea is that both<br>
&gt;         threads<br>
&gt;         need to lock the same mutex. And that is only possible if the<br>
&gt;         mutex is<br>
&gt;         stored in ResourceData.<br>
&gt;<br>
&gt;<br>
&gt;     Oh. Of course. Thanks for explanation. :-)<br>
&gt;<br>
&gt;     - Vishesh Handa<br>
&gt;<br>
&gt;         Cheers,<br>
&gt;         Sebastian<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>