
|
|
|
|
Home / Computers / Programming / Internet / Sockets
|
| Categories |
|
|
|
|
|
|
|
|
Web Sites
|
- How to Configure a Time-Out on a CSocket Operation - CSocket operations, such as Receive, Send, and Connect, are blocking operations in the sense that a call to these functions will not return until it has successfully completed or an error on the socket has occurred. Under some circumstances, the o...
support.microsoft.com/support/kb/articles/Q138/6/92.asp
- Java Tutorial Lession: All About Sockets - Tutorial on Java sockets programming. (Sun)
www.javasoft.com/docs/books/tutorial/networking/sockets/index.html
- Plugs and Jacks: Network Interfaces Compared - Compares the functionalities of named pipes, Windows Sockets, and NetBIOS interfaces. Also discusses the relationship between networking interfaces and protocols. (Ruediger Asche / Microsoft)
msdn.microsoft.com/library/techart/msdn_compint.htm
- Power Outlets in Action: Windows Sockets - Describes how WinSock can be used to establish and maintain communications between computers. Provides a C++ class that encapsulates the specifics of WinSock API. (Ruediger Asche / Microsoft)
msdn.microsoft.com/library/techart/msdn_wsockets.htm
- RFC 2292: Advanced Sockets API for IPv6 - Defines some the advanced features of the sockets API that are required for applications to take advantage of additional features of IPv6.
www.cis.ohio-state.edu/htbin/rfc/rfc2292.html
- sockaddr.com - Programming Resources for WinSock 1.1 and 2 including sample programs, specifications, and links. (Lewis Napper)
www.sockaddr.com
- Socket Programming in C, Simple Examples - C network programming examples : TCP, UDP and multicast clients and servers.
pont.net/socket
- Socket Programming in Java, Simple Examples - Java network programming examples : TCP client and server, HTTP server.
pont.net/socket/java
- vbip.com - Provides developers with tutorials, articles, source codes and other free resources devoted to Internet development with Visual Basic. By Oleg Gdalevich.
www.vbip.com
- Windows Sockets Programming - Links to get started with WinSock programming. (Ed Snible)
www.snible.org/winsock
- WinSock Development Information - Sample programs, technical articles, links, and an extensive WinSock error reference. (Bob Quinn)
www.sockets.com
- Writing Windows NT Server Applications in MFC Using I/O Completion Ports - Discusses how to service multiple clients simultaneously without degrading overall performance. Covers dedicated server thread, and I/O completion ports. (Microsoft)
msdn.microsoft.com/library/techart/msdn_servrapp.htm
|
|
|
|
|