MapSuite Team,
I have noticed that every once in a while there is a lock-up of the application which lasts for roughly 60 seconds. After the roughly 60 seconds everything is back to normal. This did not happen under V6.0.0.134. I am currently using V7.0.0.14.
What is interesting is that I have noticed this lock-up only on machines which have no Internet access. On my development machine, which does have Internet access, I have never seen this issue.
The symptom strikes me as one where it is attempting to access a website and when there is no Internet access it is waiting for a response, but of course none will be forthcoming.
Last September I had created a Form thread where MapSuite was attempting to access the Internet in order to get some Bing or Goggle icon and the same symptoms appeared. In this case though it was only upon initial startup that the Internet was being accessed. The MapSuite Team had fixed the issue in V6.0.0.134.
I have made no code changes in my application from V6.0.0.134 to V7.0.0.14.
Is it possible that MapSuite is attempting to access the Internet for some reason every so often?
Regards,
Dennis
Sporadic Lock-Up - V7
Hi Dennis,
I think you are right, it’s really a weird thing, would you please let me know what kind of overlays or layers you loaded in your application? Also could you give me where you raise this issue before, a post link or ticket number is ok. It will accelerate this problem.
Thanks,
Johnny
Johnny,
Here’s the link to my prior issue with Internet access:
thinkgeo.com/forums/MapSuite…fault.aspx
I have a number of overlays in my application. I have one that is used purely for MrSid’s, there are 16 MrSid files that are loaded into layers and then in this one overlay.
I then have another three overlays that are used for ShapeFileFeature Layers. There is one ShapeFileFeature Layer in one of these overlays and then the other two have 25 ShapeFileFeature Layers split between them.
Finally, there are seven overlays that are used to contain InMemoryFeature Layers.
Regards,
Dennis
Hi Dennis,
It looks your layers don’t need to access internet, so I did a quickly test with load multiply shape files but haven’t recreated your problem succeed.
Could you help us to make sure whether the application sent a request when the main form locked, the Fillder (fiddler2.com/) could easily monitor that. If you found the application sent request, please save the link and let us know.
Regards,
Don