Click here to Skip to main content
15,891,704 members
Articles / High Performance Computing / Parallel Processing

Commands Transfer Protocol (CTP) - A New Networking Protocol for Distributed or Parallel Computations

Rate me:
Please Sign up or sign in to vote.
4.85/5 (33 votes)
2 Feb 200522 min read 228.1K   7.6K   132  
In this article, an improved version of a new networking protocol for distributed or parallel computations is presented. In common, it is suitable just for fast, reliable and featureful interchange of small messages. The protocol's implementation and demo project are provided.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CTPDemo.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CTPDEMO_DIALOG              102
#define IDS_CTP_SUSPEND                 103
#define IDS_CTP_RESUME                  104
#define IDR_MAINFRAME                   128
#define IDD_CTPSTATUS                   132
#define IDC_TEXTSEND                    1000
#define IDC_TEXTRECV                    1001
#define IDC_USECTP                      1002
#define IDC_USETCP                      1003
#define IDC_USEUDP                      1004
#define IDC_IPADDRESS                   1005
#define IDC_SENDFILE                    1006
#define IDC_SENDTEXT                    1007
#define IDC_LOG                         1008
#define IDC_CTPSTATUS                   1009
#define IDC_BROADCAST                   1010
#define IDC_DELAFTERERROR               1011
#define IDC_UNIQUECOMMAND               1012
#define IDC_NORESEND                    1013
#define IDC_STARTSESSION                1015
#define IDC_ESNTCOMM                    1114
#define IDC_ESESSIONS                   1115
#define IDC_ELRGMESS                    1116
#define IDC_EDTTOTAL                    1117
#define IDC_EDTBUSY                     1118
#define IDC_EDELIVERIES                 1119
#define IDC_BSUSPEND                    1122

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1014
#define _APS_NEXT_SYMED_VALUE           101
#endif
#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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
dum
Web Developer
Russian Federation Russian Federation
Lev Naumov.
MSc in Computer Science. Graduated from Computer Technologies Department of Saint-Petersburg State University of Information Technologies, Mechanics and Optics.
Worked as C/C++ and Java programmer. Now - the research worker in "CAMEL Laboratory" and PhD student in Computer Technologies Department of Saint-Petersburg State University of Information Technologies, Mechanics and Optics.
Has scientific achievements in field of physics, automata theory, cellular automata theory, cluster computing. There are some publications.

Comments and Discussions