Chapter 15:The Name Pipes
|
||
C & Winsock: The Kick Start programming tutorialsC & Linux SocketProgram Example IndexC#, VB .NET & C++/CLI Network ProgrammingWindows Device Driver Development & Program ExamplesReactOS - Windows OS Binary Compatible Open Source Project - C & C++
|
What do we have in this chapter?
Named Pipe Naming ConventionsByte Mode and Message ModeCompiling ApplicationsError CodesBasic Server and ClientServer DetailsAdvanced ServerThreadsOverlapped I/OSecurity ImpersonationClient DetailsProgram ExamplesName Pipe Client Example 1Name Pipe Client Example 2Multithreaded Pipe Server ExampleName Pipe Client Example 3
Summary
This chapter introduced the named pipe networking technology, which provides a simple client/server data-communication architecture that reliably transmits data. The interface relies on the Windows redirector to transmit data over a network. A major benefit of named pipes is that it takes advantage of Windows NT platform security features, an advantage offered by no other networking technology described in this book.
|
|
|
![]() Custom Search |
|
< Chap 14: The mailslots | Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | End! >
Share and email to your beloved friends and foes:
|
||