ThinkGeo.com    |     Documentation    |     Premium Support

Best way to manage cache tiles for multiple instances of map

Hi Thinkgeo,


In my appliction I would like to have multiple instances on maps. What is best way for manage Tile cache from following stand point ( Should have one TileCache object for all map pointing to same directory or one TileCache object per mapl)


1) Memory usage (CPU and disk)


2) Speed


Regards,


Anil



Hi Anil, 
  
 If you only will save new cache image and read, I think one object should better, because you won’t cache same tile image. One object also takes less source including memory, cpu or disk. 
  
 If you need delete it by application, maybe you can think about use multiple cache. 
  
 Regards, 
  
 Don