Windows Programming/Interprocess Communication

From Wikibooks, open books for an open world
< Windows Programming
Jump to: navigation, search

This page of the Windows Programming book is a stub. You can help by expanding it.

When we have multiple threads and fibers working together in a single process, or when we have multiple processes working together in a job, we often need to allow processes and threads to communicate with each other. This is done using a series of different tools provided by Windows.

Contents

[edit] Pipes

[edit] Unnamed Pipes

[edit] Named Pipes

[edit] Mailslots

[edit] Sockets

[edit] Next Chapter

Personal tools
Namespaces

Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export