이게 뭔지 잘 모르겠네요 (Linux, Unix 등에서만 쓰는 개념인가요?)
Sample 코드중에
// Accepting end point. This is actually "localhost:10010", but some
// platform couldn't resolve the name so we use the IP address
// directly here.
static const ACE_TCHAR *rendezvous = ACE_TEXT ("127.0.0.1:10010");
란 문장이 있던데,
그럼 어떤 platform에서는 알아서 해석해 준다는 말인가요?