The deliverable will be a multithreaded application implemented using standards compliant Pthreads in "C" or "C++". The program should take as input, a file consisting of the following entries:
A 10
g 5
p 4
k 9
Each line corresponds to a character and a number. The number indicates the time delay after which the character is to be printed into an output file. You will be provided with an encoded file "input.txt" in the aforementioned format. Your program will decode it based on the time delays specified. You should submit the following files:
1. queue.h and queue.c
2. pool.h and pool.c
3. main.c
4. output.txt
5. A design document explaining your design approach in the supplied booklet.
I need help with the thread pool.
Thank-you,
Static911
A 10
g 5
p 4
k 9
Each line corresponds to a character and a number. The number indicates the time delay after which the character is to be printed into an output file. You will be provided with an encoded file "input.txt" in the aforementioned format. Your program will decode it based on the time delays specified. You should submit the following files:
1. queue.h and queue.c
2. pool.h and pool.c
3. main.c
4. output.txt
5. A design document explaining your design approach in the supplied booklet.
I need help with the thread pool.
Thank-you,
Static911