Q. CSAPP 11단원 네트워크 읽는 중 getaddrinfo 함수가 이전에 사용되던 gethostbyname이나 getservbyname에 대해 reentrant하다는 장점을 갖고 있다고 함. Reentrant가 뭔데? 정의 reentrant a function whose effect, when called by two or more threads, is guaranteed to be as if the threads each executed the function one after another in an undefined order, even if the actual execution is interleaved 결론 둘 이상의 스레드에 의해 호출되었을 때, 호출 순서에 상관없이 (interleave..