Getting Street Name on Server Efficiently?

Currently, I’m using a thread to send the street name from client->server then caching the name in a variable, waiting for the updated data to be sent over again. It works but I’m curious to see if there’s any other, more efficient manner of getting it there. Ideally without the use of a thread.

? Thanks but not helpful in the slightest.