Hi fredj<br>
<br>
Yes. I have done exactly same as you say.<br>
<br>
But are you using tilecache_seed.py code to seed? if yes, look at the
output screen, you see that tiles are generated one by one..<br>
in my case, each tile takes 1 second to generate and we have like 40
layers in our map file..so I know it needs high computing power to send
each request seperately to tilecache...I was hoping that
tilecache_seed.py could jump another 11 tiles and request like 1 - 12 -
23 - 34 - 45 ....<br>
because when it calls for 1, it generate all 121 tiles around it...when
it calls 12, it generate all tiles around 12...and so on..<br>
so it doesn not need to call for: 1-2,3,4,5,6,7,8..........<br>
<br>
thanks<br>
Alireza<div class="gmail_quote">On Wed, Jun 3, 2009 at 7:29 PM, Frederic Junod <span dir="ltr">&lt;<a href="mailto:frederic.junod@camptocamp.com">frederic.junod@camptocamp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
The meta tiling system works for me with the trunk version [1].<br>
Make sure you have the:<br>
  metaTile=true<br>
  metaSize=11,11<br>
in your layers options.<br>
Meta tiling is off by default even if you have a metaSize.<br>
<br>
Regards,<br>
fredj<br>
<br>
<br>
PS: lucky you; I have more that 9&#39;000&#39;000 tiles in my last level :-)<br>
<br>
[1] <a href="http://svn.tilecache.org/trunk/tilecache" target="_blank">http://svn.tilecache.org/trunk/tilecache</a><br>
<div><div></div><div class="h5"><br>
On Wed, Jun 3, 2009 at 3:58 PM, Alireza Kashian<br>
&lt;<a href="mailto:alireza.kashian@gmail.com">alireza.kashian@gmail.com</a>&gt; wrote:<br>
&gt; Hi.<br>
&gt; I would like to know how we can making tiles faster in tilecache_seed.py<br>
&gt;<br>
&gt; The issue is that tilecache_seed.py tries to make tiles ONE by ONE..<br>
&gt; so for example, in our case, in last zoom levels we have 300,000 tiles and<br>
&gt; each tile is generate in 1 second because our Map File is very complex and<br>
&gt; parsing and making queries to PostGIS takes time.<br>
&gt;<br>
&gt; Actually MetaTiling is a very good solution, but the problem is that I feel<br>
&gt; Tilecache_seed.py does its job without attention to Meta Tiling..for<br>
&gt; example, our MetaTile is 11x11...so 121 Tiles are geneated in like 3-4<br>
&gt; seconds...but When I run Tilecache_seed.py . I see from the log that it<br>
&gt; makes tile requests one by one which takes like 300,000 seconds for just one<br>
&gt; of our zoom levels..<br>
&gt; Our map file is large , it is like 400 Kbyte..so I feel how hard it is to<br>
&gt; make queries 300,000 times for making 300,000 tiles :)<br>
&gt;<br>
&gt; How can we help Tilecache_seed.py to benefit from MetaTile config in<br>
&gt; Tilecache.cfg.<br>
&gt;<br>
&gt; Thanks<br>
&gt; Alireza<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Tilecache mailing list<br>
&gt; <a href="mailto:Tilecache@openlayers.org">Tilecache@openlayers.org</a><br>
&gt; <a href="http://openlayers.org/mailman/listinfo/tilecache" target="_blank">http://openlayers.org/mailman/listinfo/tilecache</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Frédéric Junod<br>
Camptocamp SA<br>
</font></blockquote></div><br>