x

Re: Worldwide routable Garmin maps: URL REMOVED


Geschrieben von greencaps (Gast) am 06. Dezember 2010 17:50:32: [flux]

Als Antwort auf: Worldwide routable Garmin maps: URL REMOVED geschrieben von Lambertus (Gast) am 08. März 2009 14:41:

Lambertus wrote:

If you start with using a POSIX compatible threading library on Windows, then Linux won't give you much trouble. PThreads might be useful if you use C or Boost if you use C++.

I started :-).

Just use my familiar thread class under windows first. It started with thinking about a disign with threads. I think I have some ideas.

But here is the first question. Maybe I better ask in the mkgmap group but as I'm not familiar with that group and as I suppose that you want to know that I started I ask here.

You know that in an osm file alle <nodes> are summarized first. Then the <ways> and finally <relation>'s.

I will keep that.

But with threads you never know whose first done and if eigth threads do all the nodes together the output
of nodes might get in a differend order.

Would that harm mkgmap?