select server


The following is a server that implement an "add service" using the select system call to concurrently handle multiple clients.

select.c
The select server
mu.h
Utility header file
mu.c
Utility functions
list.h
Linked list implementatoin
Makefile
Makefile to build the select server
select.c


      
mu.h


      
mu.c


      
list.h


      
Makefile