Click here to Skip to main content
15,884,099 members
Articles / Desktop Programming / MFC

Writing Scalable Server Applications using IOCP

Rate me:
Please Sign up or sign in to vote.
4.15/5 (29 votes)
5 Feb 2001 453.3K   9.1K   155  
An article about using I/O Completion Ports and Winsock to write robust and scalable Windows server applications
// Written by Oz Ben Eliezer
// o_be@hotmail.com
// September, 2000

#ifndef __COMMANDS_H__		// Sentinels
#define __COMMANDS_H__

#define CMD_DO_NOTHING	0
#define CMD_DISCONNECT	1
#define CMD_SHUTDOWN	999

#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions