Justin,<div><br></div><div>I took a look at the DAMap data structure & have some questions. What's the value of explicit methods for the top level of the structure? It is still possible to have name space collisions since there is nothing that prevents one module from writing into another module's "name space". Also, whats your expectation for locking? The top level accessor locks the structure, but modules that share the rest of the structure will have to do their own locking anyway. I guess one value of controlling the top level is that *IF* modules are making exclusive access to the structure, the locking is minimized. Hard to control that, though.</div>
<div><br></div><div>Did you get a chance to look at the JsonStore structure? The path-based accessors are very different than providing immediate access to the OSDMap. As we discussed, I made that decision to support the synchronization operations (take & read) and it removes the exposed OSDMap so that the data structure can be replaced. I think the path-based accessor is probably too heavyweight for DAMap... well... maybe... given that we dont have any examples yet its hard to tell. :-)</div>
<div><br></div><div>--mic</div><div><br><br><div class="gmail_quote">On Mon, Feb 4, 2013 at 5:09 PM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Okay, I have now merged this branch (dynamic-attributes2) to master.  Please report any problems (or fix them :)<br>
<br>
As this is experimental functionality, if necessary it can be changed/bug-fixed without any attempt to preserve existing data.  Any code using it should handle the 'expected data not found' case anyway.<br>
<br>
On 26/01/13 19:52, Adams, Robert wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This implementation will work for physics. The physics engine cannot reference Scene (circular reference madness) so, on creation of the scene's physics instance, I will pass in the instance of DAMap (since it is defined in OpenSim.Framework) much the same way the asset request method instance is passed in.<br>

<br>
I am +2 on this branch's inclusion into master.<br>
<br>
-- ra<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:opensim-dev-bounces@lists.berlios.de" target="_blank">opensim-dev-bounces@lists.<u></u>berlios.de</a> [mailto:<a href="mailto:opensim-dev-bounces@lists.berlios.de" target="_blank">opensim-dev-bounces@<u></u>lists.berlios.de</a>] On Behalf Of Justin Clark-Casey<br>

Sent: Friday, January 25, 2013 5:14 PM<br>
To: <a href="mailto:opensim-dev@lists.berlios.de" target="_blank">opensim-dev@lists.berlios.de</a><br>
Subject: Re: [Opensim-dev] Dynamic attributes<br>
<br>
On 25/01/13 08:40, Oren Hurvitz wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ok, great. I hope all goes well and this will be added to master soon.<br>
<br>
What do you mean by "put the code in for MSSQL"? The code already<br>
supports MySQL, MSSQL and SQLite.<br>
</blockquote>
<br>
Apologies - my brain stored the assumption that only MySQL had been added since that's the only one I remembered seeing in the commit summaries but I see that the MSSQL code is there.<br>
<br>
--<br>
Justin Clark-Casey (justincc)<br>
OSVW Consulting<br>
<a href="http://justincc.org" target="_blank">http://justincc.org</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>
______________________________<u></u>_________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de" target="_blank">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-dev</a><br>
______________________________<u></u>_________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de" target="_blank">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-dev</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
<br>
-- <br>
Justin Clark-Casey (justincc)<br>
OSVW Consulting<br>
<a href="http://justincc.org" target="_blank">http://justincc.org</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>
______________________________<u></u>_________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de" target="_blank">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-dev</a><br>
</font></span></blockquote></div><br></div>