↧
Perl Socket Example – HTTP
The aim of this tutorial is to show how to read and write a socket in Perl. We will open a socket to a website, write the request headers, read the response and write the response to the console. You...
View ArticleLinux C++ Forking Server and Client Socket Example
The goal of this example is to create simple Linux C++ server that accepts socket connections and forks-off to handle the connection. This is the simplest Linux C++ forking server socket and client...
View ArticleAsynchronous Socket Class Win32 API
I created this class while trying to avoid having recv hang/block indefinitely in a simple client application I was working on, without using MFC. recv can hang for a variety of reasons most common is...
View Article