Community of VE/MapPoint Users and Developers
This is a discussion on FindServiceSoap.FindAddress(FindAddressSpecificati on) Method within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hello, Recently I have developed a web application (aps.net and c#) that uses Mappoint.net. Everything is working fine, however, when ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| FindServiceSoap.FindAddress(FindAddressSpecificati on) Method Recently I have developed a web application (aps.net and c#) that uses Mappoint.net. Everything is working fine, however, when creating map that has in average 20 locations on it, processing time is extremely high. I’m using threads to find each location before rendering the map and still takes in average of 20 seconds. Actually, it ranges from 9 to 30 seconds, 20 seconds seems to be somewhat my average. Before using threads to find each of 20 locations the processing time was more than 30 seconds in average. I’m just wondering if any of you have experienced anything like this and how did you speed up your processing time. Thanks, |
| |||
| FindServiceSoap.FindAddress(FindAddressSpecificati on) Method
Hello, One thing that will speed up this call if you are doing it multiple times is to use preauthentication. FindServiceSoap findService = new FindServiceSoap(); findService.Credentials = new System.Net.NetworkCredential("UserID", "Password"); findService.PreAuthenticate = true; Besides using threads as you are, the only other option that I can think of to speed up this process is if possible to have all the geocodes for the locations pre-stored either by uploading them to the MapPoint servers or to store them in an internal DB. Steven Pushee This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use. © 2003 Microsoft Corporation. All rights reserved. |
![]() |
| Tags |
| method |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FindAddress neighbourhood BE | eblubber | MapPoint Web Service and Virtual Earth | 1 | 03-24-2006 03:00 AM |
| What does it mean if FindAddress is returning null? | chance1166 | MapPoint Web Service and Virtual Earth | 0 | 01-12-2006 12:29 PM |
| problem with FindServiceSoap. findAddress() in java | Anonymous | MapPoint 2006/2009 Discussion | 0 | 04-24-2005 12:24 PM |
| delphi mp2k4 findaddress | Anonymous | MapPoint 2006/2009 Discussion | 4 | 03-24-2005 02:01 PM |
| FindAddress Results in c# | starbuck | MapPoint 2006/2009 Discussion | 1 | 09-21-2004 06:00 PM |