Web Development
ping.txt
Associated article: Thread Pools and Server Performance
Tags: Web Development
Published source code accompanying the article by John Calcote in which he uses thread pools to improve server performance. Also see PING.ZIP.
_Improving Server Performance_ by John Calcote Listing One /* Ping.cpp */ #define WIN32_EXTRA_LEAN #include <windows.h> #include <winsock.h> #include <wsipx.h> #include <conio.h> #include "aes.h" #define ...


