Hi, <br>I played with the force option in tile.php which appeared to be very resource intensive. I extended upon this by adding another 'force_redraw' field in the metadata section for each layer of interest in the map file. This resulted in the desired effect however, it is still very resource intensive even if I'm requesting just one layer. For every request my server ends up thrashing like mad. Does anyone have any insight they could provide?<br><br>Thanks, S.D.<br><br><b><i>"Delfos, Jacob" <Jacob.Delfos@maunsell.com></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <meta content="MSHTML 6.00.2900.2912" name="GENERATOR"> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"><span class="704143101-28072006">Samuel,</span></font></div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial"
size="2"><span class="704143101-28072006"></span></font> </div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"><span class="704143101-28072006">Have you checked whether the URL is actually different? Are you saying it serves out the same tiles, despite the different timestamp? Did you check whether any tiles actually get re-written?</span></font></div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"><span class="704143101-28072006">Have you tried playing with the "force" parameter of tile.php? If this creates a new tile, it means the problem is it decides it doesn't need to be re-created. If "force" doesn't work, it means it isn't able to re-create the tiles. </span></font></div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"><span class="704143101-28072006">Is there a timestamp directory present?</span></font></div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial"
size="2"><span class="704143101-28072006"></span></font> </div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"><span class="704143101-28072006">regards,</span></font></div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"><span class="704143101-28072006"></span></font> </div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"><span class="704143101-28072006">Jacob</span></font></div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"></font> </div> <div dir="ltr" align="left"><font color="#0000ff" face="Arial" size="2"></font> </div><br> <blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"> <div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us"> <hr tabindex="-1"> <font face="Tahoma" size="2"><b>From:</b> Samuel Doyle [mailto:sdoyle_2@yahoo.com] <br><b>Sent:</b> 28 July 2006
09:31<br><b>To:</b> Delfos, Jacob<br><b>Subject:</b> RE: [ka-Map-users] Can someone answer this question please or tell mewho I should ask it to?<br></font><br></div> <div></div>Thanks for the repsonse.<br><br>Yes I have included the redraw_interval and have tried the various combinations even setting tile_source to nocache setting the redraw_interval to be both greater then and less then the refresh_inteval even though it looks as if it should be less then what you set for the refresh_interval. In the end In the end I always end up needing to delete the tiles directory populated by mapserver in order to get them regenerated again.<br><br><b><i>"Delfos, Jacob" <Jacob.Delfos@maunsell.com></i></b> wrote: <blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;"> <meta content="MSHTML 6.00.2900.2912" name="GENERATOR"> <div dir="ltr" align="left"><span
class="081521701-28072006"><font color="#0000ff" face="Arial" size="2">Samuel,</font></span></div> <div dir="ltr" align="left"><span class="081521701-28072006"><font color="#0000ff" face="Arial" size="2"></font></span> </div> <div dir="ltr" align="left"><span class="081521701-28072006"><font color="#0000ff" face="Arial" size="2">Have you looked at the redraw_interval, described in init.php? That appends a timestamp to the URL of the tile, to force redrawing of the tiles. refresh-interval only does a re-request, returning a cached tile.</font></span></div> <div dir="ltr" align="left"><span class="081521701-28072006"><font color="#0000ff" face="Arial" size="2"></font></span> </div> <div dir="ltr" align="left"><span class="081521701-28072006"><font color="#0000ff" face="Arial" size="2">regards,</font></span></div> <div dir="ltr" align="left"><span class="081521701-28072006"><font color="#0000ff" face="Arial"
size="2"></font></span> </div> <div dir="ltr" align="left"><span class="081521701-28072006"><font color="#0000ff" face="Arial" size="2">Jacob</font></span></div> <div dir="ltr" align="left"><span class="081521701-28072006"><font color="#0000ff" face="Arial" size="2"></font></span> </div><br> <blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"> <div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us"> <hr tabindex="-1"> <font face="Tahoma" size="2"><b>From:</b> ka-map-users-bounces@lists.maptools.org [mailto:ka-map-users-bounces@lists.maptools.org] <b>On Behalf Of </b>Samuel Doyle<br><b>Sent:</b> 28 July 2006 07:33<br><b>To:</b> ka-map-users@lists.maptools.org<br><b>Subject:</b> [ka-Map-users] Can someone answer this question please or tell mewho I should ask it to?<br></font><br></div> <div></div>Sorry but I
haven't received any answers for the questions I have posted here but this one is a bit important.<br><br>After poking around and guessing at based on what I noticed in the KaMap code I have place a refresh_interval value in a metadata section within a layer in my map file. Now, I can see a periodic update on the map but the problem is when I have modifed a dbf file under mapserver those changes are not reflected. So the question is, is there something I need to do special to get MapServer or KaMap or whatever to detect an update done to a map so that it is served properly?? These changes to the map files are being done programatically and not by hand.<br><br>Thanks, S.D.<br></blockquote></blockquote><br></blockquote></blockquote><br>