I've had a dig around but cant find any concrete answer
to what to use for name resolution that is pthread safe.
A number of people mention getaddrinfo and getipnodebyname
but both are doc'd as not being thread safe.
Is there a solution to this is do we have to use mutex's?
Steve