I would recommend (assuming firestorm here) setting both inventory fetch and texture fetch to http in the settings, and making the following changes to opensim.ini:<div><br></div><div><div>[ClientStack.LindenCaps]</div><div>
    ;; For the long list of capabilities, see OpenSimDefaults.ini</div><div>    ;; Here are the few ones you may want to change. Possible values</div><div>    ;; are:</div><div>    ;;   "" -- empty, capability disabled</div>
<div>    ;;   "localhost" -- capability enabled and served by the simulator</div><div>    ;;   "<url>" -- capability enabled and served by some other server</div><div>    ;;</div><div>    ; These are enabled by default to localhost. Change if you see fit.</div>
<div>    Cap_GetTexture = "localhost"</div><div>    Cap_GetMesh = "localhost"</div><div>    ; This is disabled by default. Change if you see fit. Note that</div><div>    ; serving this cap from the simulators may lead to poor performace.</div>
<div>     Cap_FetchInventoryDescendents2 = "localhost" </div><div>     Cap_FetchInventory2 = "localhost"</div><div><br></div><div>This not only arrested this problem for me, but made my region perform wrt inventory better than it ever has at any other time.</div>
<div><br></div><div>Cheers</div><div>James aka Hiro Protagonist</div><div><br></div><br><div class="gmail_quote">On Thu, Sep 13, 2012 at 11:39 AM, Melanie <span dir="ltr"><<a href="mailto:melanie@t-data.com" target="_blank">melanie@t-data.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You're using a viewer that fetches the user inventory in the<br>
background on login. Some do this to allow the viewerside AO to<br>
obtain the asset IDs of the animations to use as well as speeding up<br>
user initiated inventory access.<br>
<br>
This causes many requests to the inventory server, as each folder is<br>
requested separately and almost simultaneously.<br>
<br>
The .NET standard limits connections to any given IP:Port pair to<br>
two. Therefore, these requests queue up in the pre-request phase.<br>
OpenSim believes the server request has already been made while the<br>
underlying .NET code makes it wait. Worse, if the inventory server<br>
doesn't have it's own port, all other requests are also queued up<br>
behind those, causing everything to lag out.<br>
<br>
However, in OSGrid the inventory server is on a host of it's own so<br>
this isn't an issue, unless DNS maps it to the same port as other<br>
services.<br>
<br>
You will need to disable inventory fetch on startup and/or<br>
viewerside AO.<br>
<span class="HOEnZb"><font color="#888888"><br>
Melanie<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 13/09/2012 17:50, Ai Austin wrote:<br>
> Can I check if the "took 999999ms" in some slow handling warnings in<br>
> OpenSim.exe can be trusted?<br>
><br>
> I am having trouble with a new region server added to OSGrid, which<br>
> basically works, and direct first time login of an avatar to the<br>
> region gets in, but movement from one region into the new region<br>
> typically tries requesting the teleport for a long time and then<br>
> fails. The avatar also often ends up as a cloud and does not<br>
> materialize. So I am testing things and looking now at incoming<br>
> firewall issues (thouigh the standard ports I use between 9000 and<br>
> 900x for the main OpenSim.exe HTTP and region ports are all open okay.<br>
><br>
> But the warnings indicate that the requests are taking nearly 1000<br>
> seconds if I read the message correctly!  Can anyone let me know if<br>
> this is likely?<br>
><br>
> 16:42:48 - [BASE HTTP SERVER]: Slow handling of POST<br>
> /CAPS/5f6ed23d-8bc5-4b9e-b9f1-55e890182880 FetchInventoryDescendents2<br>
> ce614657-a331-4c2e-9ddf-789ae647a3bc from <a href="http://82.41.221.219:53798" target="_blank">82.41.221.219:53798</a> took 1068560ms<br>
> 16:42:49 - [BASE HTTP SERVER]: Slow handling of POST<br>
> /CAPS/5f6ed23d-8bc5-4b9e-b9f1-55e890182880 FetchInventoryDescendents2<br>
> ce614657-a331-4c2e-9ddf-789ae647a3bc from <a href="http://82.41.221.219:53835" target="_blank">82.41.221.219:53835</a> took 949219ms<br>
> 16:42:51 - [BASE HTTP SERVER]: Slow handling of POST<br>
> /CAPS/5f6ed23d-8bc5-4b9e-b9f1-55e890182880 FetchInventoryDescendents2<br>
> ce614657-a331-4c2e-9ddf-789ae647a3bc from <a href="http://82.41.221.219:53820" target="_blank">82.41.221.219:53820</a> took 1011651ms<br>
> 16:42:52 - [BASE HTTP SERVER]: Slow handling of POST<br>
> /CAPS/5f6ed23d-8bc5-4b9e-b9f1-55e890182880 FetchInventoryDescendents2<br>
> ce614657-a331-4c2e-9ddf-789ae647a3bc from <a href="http://82.41.221.219:53834" target="_blank">82.41.221.219:53834</a> took 952808ms<br>
><br>
> _______________________________________________<br>
> Opensim-users mailing list<br>
> <a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
> <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
><br>
><br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>===================================<br><a href="http://simhost.com" target="_blank">http://simhost.com</a><br><a href="http://twitter.com/jstallings2" target="_blank">http://twitter.com/jstallings2</a><br>
<a href="http://www.linkedin.com/pub/5/770/a49" target="_blank">http://www.linkedin.com/pub/5/770/a49</a><br>
</div>