> I don't think it makes sense to complicate tile serving this way. Your
>  approach would basically optimize the server for uploads, where all
>  the tiles in different zoomlevels are stored in different files and
>  not browsing where the fast bursts of requests will often require
>  tiles from several tilesets.

I think browsing will get slightly faster too:
 - extra overhead for one tile is only 4KB, it's propably less than
overhead for getting file in filesystem with millions of files
- there will be much smaller number of files - much bigger change
filesystem metadata will fit into memory cache
- no need to look for  blank land/see tiles in mysql for  z12 and bigger zooms
- tiles for higher zooms are often from one tileset - bigger change
data are already in cache

>  I asked a bit on #osm, and it seems the current problem is basically
>  the write speed on the drive where tiles are stored. This proposal
>  will not cause any less data to be stored to disk, so it will not
>  really make any difference for uploads anyway. What is needed is more
>  I/O bandwith to the disk, which it seems is on it's way in the form of
>  new harddrives.
It's much faster to save one big file than 1000 small files with the
same total size because saving 1000 files require lots of hdd seeks.


>
>  > Btw. At first I've sent this to Alan only. Wouldn't it be better to
>  > configure list to include reply-to: [email protected]
>  > header?
>
>
> No, for many reasons. One of the most important is that I think many
>  people should think about what they are doing before sending mail to
>  fairly many recipients. Google for something like "mailing lists
>  reply-to" for many other reasons why that kind of behaviour is a bad
>  thing.

I don't think that using Reply-to-all will make people think more
about what they're  sending. Anyway, if administrators think having no
reply-to header is good idea then I will just try to get used to it.


>  --
>  Knut Arne Bjørndal
>  aka Bob Kåre
>  [EMAIL PROTECTED]
>  [EMAIL PROTECTED]
>
>

_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome

Reply via email to