ThinkGeo.com    |     Documentation    |     Premium Support

ThinkGeo crashes my portals

Hello,


I want to address an issue to find out if there is a way to avoid it. Im running a portal (dnn based) and inside it there is a page where i call the thinkgeo installation. the server and bandwitch of the line are very quick so my maps load rather quickly.


The problems occurs each time im viewing a map and i zoom quickly a few levels down before the map finishes redrawing the map i click another option from the SampleList or even click to go to another page of my site then the portal freezes and after a while it crashes and an error message appears informing me that the site is taking too long to respond.


Any ideas on how i can secure my programm in a way so this not to happen


 


Dimitris



Dimitris, 



Lots of requests will be sent when we zoom in quickly a few levels, and at the same time, the server side is drawing the layers based on received requests. In other word, the client and server side are very busy, if we submit some other requests like click another option of samplelist etc now, it will run into this issue. 



It’s hard to resolve it, but a workaround is that we can distribute tasks to multiple machines. For instance, drawing map can be assigned to another machine as a WMS server, then make the map request the images from this wms server. And the business logic remained in the application. 



Any question please let us know, thanks, 



Johnny.