[Tile-serving] [openstreetmap/osm2pgsql] Geos36 (#636)

Sandro Santilli notifications at github.com
Fri Oct 28 15:57:29 UTC 2016


getDefaultInstance definition is here:
https://github.com/libgeos/libgeos/blob/svn-3.5/src/geom/GeometryFactory.cpp#L728

At this stage the Factory has no state, so shouldn't be a big deal to use from multiple threads (beside taking care of not leaking one by calling getDefaultInstance at the same time by multiple threads). But in the future things may change.

The C-API of GEOS has a thread-safe interface, and you should still switch to it for API stability.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/636#issuecomment-256958700
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20161028/dfcca2c4/attachment.html>


More information about the Tile-serving mailing list