Hi,

Now I have achieved this by thread lock acquire and release.
<snip>
threadlock=thread.allocate_lock()
global threadlock

threadlock.acquire()

# find intersection or nearest here

threadlock.release()
</snip>

Thanks,
Gagan
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to