Tell me how it will be easier to implement such a search:
There is a MySQL database in it 10,000 records in the form of a domain, you need to find the domains by IP-address. Reshaping the database is not a ride. I thought to select all domains, get it through gethostbyaddr()
but will php from 10,000 burst? Maybe there are examples for easier?