collective / collective.geo.index

1 stars 2 forks source link

Library is not thread-safe #3

Open marfago opened 9 years ago

marfago commented 9 years ago

HI,

I write this post to warn anyone thinking of using this product. While it is not broken at all, the underlying libraries it is relying on, RTree and libspatialindex, look to be seriously broken, or, in the most fortunate case, not thread safe.

https://github.com/libspatialindex/libspatialindex/issues/71 https://github.com/Toblerity/rtree/issues/53

brendancol commented 8 years ago

@marfago any plans for using an alternative library for indexing? I love the features in the libspatialindex-based python rtree library but am looking for a good multiprocessing (at least read-only) alternative.