Hi, I am using rtree to find the nearest roads from my road data set ( around 1 million road segments) and its working superb. But when I am testing it for user concurrency more than one, the error is thrown 'resource lock'. What could be the reason?
I am loading the bounding box of roads initially from a file. Then I use the index to find the nearest. There is no insertion of the b-box later. Is there any option to freeze the index or read only ? Thanks, Gagan
_______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
