developerFusion sockets
Related sockets tutorials
-
How to POP3 in C#
by Randy Charles Morin
An introduction to retrieving email from a POP3 server using the .NET socket classes.
-
Handling multiple socket read & write operations
by Len Holgate
"How do you handle the problem of multiple pending WSARecv() calls?" is a common question on the Winsock news groups. It seems that everyone knows that it's often a good idea to have more than one outstanding read waiting on a socket and everyone's equally aware that sometimes code doesn't work right when you do that. This article explains the potential problems with multiple pending recvs.
-
Business logic processing in a socket server
by Len Holgate
To maintain performance a socket server shouldn't make any calls that should block from its IO thread pool. In this article we develop a business logic thread pool and add this to the server developed in the previous article.
Related sockets podcasts
-
Security Now: Listener Feedback 67
Published 5 months ago, running time 1h57m
This mailbag episode includes FASM, scripts, sockets, SSL/TLS, HTTPS, Windows 7's XP mode, and more. Security Now wiki shownotes For 16kpbs versions, transcripts, and notes (including fixes), visit Steve's site: grc.com, also the home of the best disk maintenance and recovery utility ever written...