I have been using nominatim for reverse geo-coding purpose. I send so many asynchronous requests to retrieve geo locations based on latitude and longitude. I am using nominatim And because of that I receive an error saying: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. at System.Net.HttpWebRequest.GetResponse() So I would like to know that whether is there any solution to get rid of it ? Is there any configuration for maximum connection request ? asked 10 Sep '15, 05:46 SpiderCode |
are you running your own instance of Nominatim ? Or are you using nominatim.openstreetmap.org ? In that latter case, you have to be aware that there is a limit on the number of request you can make. It is not meant for commercial purposes, and you should install your own instance of Nominatim in that case.
I am running my own Nominatim instance
@escada : Is there any possible way to do this ?
Sorry, I have never installed Nominatim myself. I was just asking additional questions because it was not clear to me whether you were running your own instance or not