Search results
Five pitfalls of Linux sockets programming - IBM
Search result description:Sep 20, 2005 ... The Sockets API is the de facto standard API for networking applications
development. Although the API is simple, new developers can ...
Programming Linux sockets, Part 1: Using TCP/IP - IBM
Search result description:Oct 28, 2003 ... This introductory-level tutorial shows how to begin programming with sockets.
Focusing on C and Python, it guides you through the creation of ...
Programming Linux sockets, Part 2: Using UDP - IBM
Search result description:Jan 25, 2004 ... This intermediate-level tutorial extends the basics covered in Part 1 on
programming using sockets. Part 2 focuses on the User Datagram ...
Boost socket performance on Linux - IBM
Search result description:Feb 3, 2006 ... The Sockets API lets you develop client and server applications that can
communicate across a local network or across the world via the ...
Linux: Show the number of CPU cores and sockets on your system ...
Search result description:Apr 20, 2012 ... Finding the number of CPU cores on a Linux server can be challenging. The way
/proc/cpuinfo displays information makes it hard to distinguish ...
Anatomy of the Linux networking stack - IBM
Search result description:Jun 27, 2007 ... The socket structure in Linux is struct sock , which is defined in linux/include/net/
sock.h. This large structure contains all of the required state of ...
Sockets programming in Python - IBM
Search result description:Oct 4, 2005 ... This tutorial shows how to develop sockets-based networking applications using
Python. In this tutorial, you first learn a few Python basics and ...
Secure programming with the OpenSSL API, Part 1: Overview of the ...
Search result description:Jun 28, 2012 ... To learn more about socket programming, see Programming Linux sockets, Part
1 (developerWorks, October 2003) and Part 2, a tutorial series ...
Linux Socket Bind error - IBM
Search result description:Get involved in the developerWorks community by pa rticipating in discussion
forums.
Better networking with SCTP - IBM
Search result description:Feb 28, 2006 ... In this article, get to know the key features of SCTP in the Linux 2.6 kernel and ...
All application layer protocols use the sockets layer as their ...
Linux Socket Bind error - IBM
Search result description:Oct 3, 2004 ... developerWorks forums allow community members to ask and answer questions
on technical topics. You can search forum titles, topics, open ...
Enable RDMA capabilities for DB2 with Socket Direct Protocol - IBM
Search result description:Jul 19, 2012 ... This method is called Direct Socket Protocol (SDP) and does not require any ...
This article will describe SDP on the Linux x86 platform.
Anatomy of Security-Enhanced Linux (SELinux) - IBM
Search result description:May 17, 2012 ... Listing 1 provides a sample of the code from the socket.c for socket creation (see
./linux/net/socket.c). Listing 1. Kernel code for socket creation ...
Linux netstat command explained with 10 examples (Real world ...
Search result description:Aug 25, 2012 ... The netstat command in Linux is a very useful tool when dealing with ... queue
because of socket buffer overrun 1661 TCP sockets finished ...
Understanding some common SocketExceptions in JAVA - IBM
Search result description:Nov 1, 2012 ... Quite often, these socket issues arise out of application bugs, system settings or
... On Linux, this is designated by the number {OPEN_MAX}.