C C++

리눅스 소켓 프로그래밍의 다섯 가지 함정

_침묵_ 2007. 3. 5. 23:27

출처 :http://www-128.ibm.com/developerworks/linux/library/l-sockpit/index.html

 

Five pitfalls of Linux sockets programming

Develop reliable networked applications in heterogeneous environments

Level: Intermediate

M. Tim Jones(mtj@mtjones.com), Senior Principal Software Engineer, Emulex

20 Sep 2005


The Sockets API is the de facto standard API for networking applications development. Although the API is simple, new developers can experience some common problems. This article identifies the most common of these pitfalls and shows you how to overcome them.