[mapguide-trac] #1103: MgCooker: Crash on large map bounds

MapGuide Open Source trac_mapguide at osgeo.org
Mon Nov 9 13:31:24 EST 2009


#1103: MgCooker: Crash on large map bounds
----------------------+-----------------------------------------------------
 Reporter:  zspitzer  |         Owner:  ksgeograf
     Type:  defect    |        Status:  closed   
 Priority:  low       |     Milestone:           
Component:  Maestro   |       Version:           
 Severity:  major     |    Resolution:  fixed    
 Keywords:  mgcooker  |   External_id:           
----------------------+-----------------------------------------------------
Changes (by ksgeograf):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed in r4335.

 When the tiles are generated, a list of all row/column pairs is generated
 for each scale. When writing the code, I could see that this was
 inefficient, but I had no space efficient random pair generator.

 Now that this has turned out to actually be a problem, I have implemented
 a less random method, but now the list is limited to keeping 500 pairs at
 a time (a producer/consumer queue).

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1103#comment:1>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list