<div dir="ltr">I'm not all that familiar with that part of the opensim code, but I believe it can be quite database intensive. If you are using a remote database on a different machine than the one running Opensim, I suspect things may improve. Also, if you are using SQLite, updates can be slow and switching to Mysql can improve things even if it's on the same machine.<div>
<br></div><div>I think there may also be some issues still with mass linking/delinking with opensim so you may have more luck when this part of the code matures.<br><br><div class="gmail_quote">On Wed, Sep 3, 2008 at 8:13 PM, Shack Dougall <span dir="ltr"><<a href="mailto:shack@liferain.com">shack@liferain.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">Dahlia Trimble wrote:<br>
> I have a builder bot that is based on libsl r1915 and modeled after<br>
> the testclient import command. I haven't seen any problems similar to<br>
> yours when I've used it with any versions of Opensim to date, but<br>
> sometimes I do see link failures when using it on the Linden grid.<br>
</div>Dahlia,<br>
<br>
Thanks for sharing your experience. It gave me the boost I needed.<br>
<br>
It looks like I've been seeing a combination of things, but one thing<br>
that definitely happened is that the OpenSim db got corrupted at some<br>
point along the way. A lot of the weirdness was probably because of that.<br>
<br>
After I rested a bit, I started doing some testing with the client and<br>
it was behaving very strangely, too. Prims were rezzing in odd ways.<br>
For example, I rezzed about 50 prims by hand and when I selected them,<br>
it told me that I had 50 objects selected and 46 prims. Very strange.<br>
After I blew away the database and started over, things returned to normal.<br>
<br>
Also, with my big linksets of 100 prims, I had to increase<br>
Settings.SIMULATOR_TIMEOUT in libomv. OpenSim was getting disk IO bound<br>
at certain times and thus not responding to the client for periods of<br>
time greater than 30 seconds. libomv was timing out and terminating the<br>
connection.<br>
<br>
Anyway, at least I'm making some progress now. Thanks!<br>
<div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
</div></div></blockquote></div><br></div></div>