Click here to Skip to main content
15,885,914 members
Articles / Desktop Programming / Win32

Implementing an Asynchronous Named Pipe Server - Part 2

Rate me:
Please Sign up or sign in to vote.
4.73/5 (4 votes)
22 Dec 2022MIT20 min read 12.6K   398   17  
How to implement named pipe server for communicating with client apps
This article completes Part 1 and describes how to implement the IO worker pool for the named pipe server component. There are several possible ways in which this can be implemented. This is just one of them.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
Belgium Belgium
I am a former professional software developer (now a system admin) with an interest in everything that is about making hardware work. In the course of my work, I have programmed device drivers and services on Windows and linux.

I have written firmware for embedded devices in C and assembly language, and have designed and implemented real-time applications for testing of satellite payload equipment.

Generally, finding out how to interface hardware with software is my hobby and job.

Comments and Discussions