Tagged Questions

0
votes
0answers
230 views

gethostbyname freezes and uses 100% CPU on Mac OS X

I have a program which opens a few sockets to listen and send on. I've found a very strange condition, so-far only on Mac OS X, where gethostbyname completely freezes the program. Firstly, I am not ...