Thanks, Justin. <br><br>I guess I should clarify, there's 19 regions on my offline standalone, all nonContiguous. This is the system I use for all my building. Anyway, when I enter "show thread" I get a Last Update of 1060ms for each region.<br>
<br>I've noticed that the red error messages are showing an increasing period. When I posted this it was at 5835ms and now they are up to 6584ms.<br><br>I'll file a Mantis and will include log entries.<br><br>Sarge<br>
<br><br><br><div class="gmail_quote">On Mon, Jun 4, 2012 at 6:23 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">
<div class="HOEnZb"><div class="h5">On 04/06/12 13:37, Sarge Misfit wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am seeing red error messages as follows:<br>
<br>
ERROR - OpenSim.OpenSim [WATCHDOG]: Timeout detected for thread "MapItemRequestThread (Workshop)".<br>
ThreadState=Background. Last tick was 5835ms ago<br>
<br>
I don't think this is anything to worry about as this is my offline standalone, so I am the only user and don't need the<br>
Map, but I would like to fix this anyway.<br>
</blockquote>
<br></div></div>
This thread is used in the WorldMapModule to serve map item requests by the looks of it (I'm not an expert in this area).  The targets are other regions - possibly in standalone mode a network request is still being made (not ideal but possible).<br>

<br>
It looks like there an 80ms thread whilst the thread waits for responses.  From a quick scan of this code, I'm not sure those requests have timeouts, though no response would be odd if all the regions are local.  If there are no timeouts or even long ones, then that would tie up the thread sufficiently to cause the timeout warning.<br>

<br>
If the thread is permanently tied up then I suspect the symptom would be that map items no longer work.  You could determine this by executing "show threads" on the region console.  If you see a MapItemRequestThread (<region-name>) with a high LAST UPDATE (MS) then this would indicate that it's stalled.<br>

<br>
It would be good if you could file a mantis on this with all the details, though no guarantee of a quick fix.<div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
Justin Clark-Casey (justincc)<br>
<a href="http://justincc.org/blog" target="_blank">http://justincc.org/blog</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br>