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.


'C C++' 카테고리의 다른 글

MonitorIPScanner  (0) 2007.05.07
Input Validation in C and C++  (0) 2007.02.25
Secure Cooking with C and C++  (0) 2007.02.25