I need to implement geocoder in my project and I would need to be as efficient as possible. So I have to get all the persons in the system who are in a certain range from a given point. Is there any way to do this without polling everyone in the system to get the position at the given time and then filtering the results? It's somehow like a radar or something, but I have no idea how to do it.
Thanks in advance