<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Lynn and Martin,</div><div><br></div><div><blockquote type="cite"><blockquote type="cite">unless something was changed recently I think the values in<br>mod_tile.conf are required to be in seconds. See also the default<br>values: <a href="http://svn.openstreetmap.org/applications/utils/mod_tile/mod_tile.conf">http://svn.openstreetmap.org/applications/utils/mod_tile/mod_tile.conf</a><br></blockquote><br>Ah well, I needed that egg on my face for breakfast anyway.  It was just a guess given the similarity between his 50 value and an observed timeout of 29-49msec.<br></blockquote></div><br><div>If I understand the following code extract from <a href="http://svn.openstreetmap.org/applications/utils/mod_tile/mod_tile.c">http://svn.openstreetmap.org/applications/utils/mod_tile/mod_tile.c</a> (function <span style="white-space: pre-wrap; ">request_tile) correctly</span></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><pre style="word-wrap: break-word; "><span style="white-space: pre-wrap;">struct timeval tv = {(renderImmediately > 1?scfg->request_timeout_priority:scfg->request_timeout), 0 };</span></pre></div><div><pre style="word-wrap: break-word; "><span style="white-space: pre-wrap; ">[...]</span></pre></div><div><pre style="word-wrap: break-word; "><span style="white-space: pre-wrap;">s = select(fd+1, &rx, NULL, NULL, &tv);</span></pre></div></blockquote><div><pre style="word-wrap: break-word; "><span style="font-family: Helvetica; white-space: normal; ">only the seconds-part (tv_sec) of the timeval struct  is being set, not the microseconds-part (tv_usec). So I seconds should be correct. But thanks anyway for you answer. Any other ideas?</span></pre><pre style="word-wrap: break-word; "><font face="Helvetica"><span style="white-space: normal;">Greetings, Stefan</span></font></pre><pre style="word-wrap: break-word; "><div style="font-family: Helvetica; white-space: normal; "></div></pre></div></body></html>