[Tile-serving] [osm2pgsql] Providing Windows binaries/packages (#17)
martin-s
notifications at github.com
Tue Aug 19 18:16:23 UTC 2014
OK, beside from the planet import, there is the fork mechanism which isn't supported on native windows platform. The next step would be to provide an alternative for windows user, so that performance should be identical to linux platform ;-)
A possible candidate could be OpenMP: http://openmp.org/wp/openmp-compilers/ which should be too intrusive. I don't know yet how compatible it is concerning process (fork) vs. thread (omp) execution. Example with define flag:
#pragma omp parallel for
for (i = 0; i < n; ++i) {
a[i]= 2 * i;
}
In long term threading mechanism should be replaced by a platform independent solution.
I know this topic is already well-known, but maybe we'll get to a point where a change is possible.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/17#issuecomment-52675829
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140819/6a834f6e/attachment.html>
More information about the Tile-serving
mailing list