Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 13 and Version 14 of ChapterNetworking

Show
Ignore:
Author:
JJR (IP: 207.194.36.237)
Timestamp:
11/26/07 07:40:16 (16 years ago)
Comment:

fix

Legend:

Unmodified
Added
Removed
Modified
  • ChapterNetworking

    v13 v14  
    33= An Introduction to Networking with Tango = 
    44 
    5 Here we discuss the network components provided by the Tango API.  Anyone with even a vague recollection of the old C socket interfaces will recall why network software development has always been such a "trial by ordeal".  It is just not fun working with cryptic API's, seemingly inconsistant conventions, and confusing preprocessor macros.  Tango, of course, ''''really'''' tries to make it all easier.  The approach, once again, is to make the network API clear and consistant across platforms.   
     5Here we discuss the network components provided by the Tango API.  Anyone with even a vague recollection of the old C socket interfaces will recall why network software development has always been such a "trial by ordeal".  It is just not fun working with cryptic API's, seemingly inconsistant conventions, and confusing preprocessor macros.  Tango, of course, ''really'' tries to make it all easier.  The approach, once again, is to make the network API clear and consistant across platforms.   
    66 
    77While claiming an API to be easy does not make it so, we hope the examples and explanations in this chapter will be adequate testimony that Tango "gets it right."  The Tango network interface is foundational to many powerful and more complex network objects which will be discussed later.