 | Pipes and Mailslots
 | Pipes
 | Named pipes v. mailslots |
 | Pipes |
 | Anonymous v. named pipes |
 | Pipe functions |
 | Simple connections: single client & single server |
 | Multi-client servers strategies |
 | Special functions for servers |
|
 | Mailslots
 | Creating mailslots |
 | Mailslot functions |
|
|
 | Beginning Socket Programming
 | Basic concepts |
 | Winsock history & features |
 | 3 Strategies
 | BSD Compatibility |
 | Win32 GUI (message pump) compatibility |
 | Winsock V2 event model |
|
|
 | Remote Procedure Calls (RPC)
 | Terms |
 | Goals |
 | Perils and Merits |
 | MIDL |
 | Binding handles with three strategies
 | Automatic handles that use name service |
 | Implicit handles that do not use name service |
 | Explicit handles that use name service |
|
|
 | NT Services (aka Deamons)
 | Terms |
 | Perils & merits |
 | Reporting events |
 | Service context |
 | No UI |
 | Security context: SYSTEM account |
 | How to create a service |
|