Mail Archives: cygwin/2004/05/05/20:27:56
On Wed, 5 May 2004, Steve Thompson wrote:
> On Wed, 5 May 2004, Christopher Faylor wrote:
>
> > Unless HOST is a numeric IP address, gethostbyname should be properly
> > reentrant. The only time gethostbyname is not thread safe is when it is
> > resolving a numeric IP.
>
> I believe that gethostbyname(), since it is returning a pointer to a
> statically allocated structure, cannot be thread safe under any
> circumstances. I always wrap it with a mutex until I'm done with the
> hostent structure.
That's a good portable practice. But, if your going to essentially call
cgf a lyer, please at least check the source. He uses a thread specific
buffer to return that data. It's obvious if you look.
--
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -