This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] Sometimes computer constantly sending data to openstreetmap servers?

0

Computer generating and sending http data by source port 50000 - 59999 to destination port 80. Any one faced this issue, I've never used anything that relates to openstreetmap, but I still see so much traffic sending to (http://b.tile.openstreetmap.org/1/1/1.png) this kind of servers. Resource is getting consumed so much by this issue.

asked 26 Nov '14, 06:46

mendsaikhan's gravatar image

mendsaikhan
11112
accept rate: 0%

closed 12 Jan '15, 02:15

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

2

Check which of your applications is using these source ports (e.g. by using netstat). Maybe it's just your browser displaying a website with a map included somewhere?

(26 Nov '14, 08:11) scai ♦

When do you see this? Even if you have no programs open?! Also after freshly booting your system?

(26 Nov '14, 13:46) aseerel4c26 ♦

The question has been closed for the following reason “The question is self-answered. Problem apparently off-topic to others here.” by aseerel4c26 12 Jan ‘15, 02:15


One Answer:

0

Good day, The problem was in the source code of the program, that was configured to retrieve map information from openstreetmap.org. After creating memory dump and studying some of the dll's and source code of the program, I solved the problem. Thank you, community.

answered 12 Jan '15, 01:57

mendsaikhan's gravatar image

mendsaikhan
11112
accept rate: 0%

which program? One written by you? If not, the info may be interesting to others here.

Thanks for the feedback!

(12 Jan '15, 02:14) aseerel4c26 ♦
1

Yes, the one written by 'us', which I didn't have the source code at that time, I debugged and found it. Thanks.

(12 Jan '15, 03:46) mendsaikhan

Source code available on GitHub .