poll server
The following is a server that implement an "add service" using the
poll
system call to concurrently handle multiple clients.
- poll.c
- The poll server
- mu.h
- Utility header file
- mu.c
- Utility functions
- list.h
- Linked list implementatoin
- Makefile
- Makefile to build the poll server
poll.c
mu.h
mu.c
list.h
Makefile