Programming assignment P2
P2 consists of the K&R Programming Assignment 1:
"Building a Multi-Threaded Web Server".
- To test your program, you'll need to place the
source HTML of a simple webpage in the same directory
as the program. If you want, you can use this zip file of my home page
for this purpose.
- Recall that an example of
writing a multi-threaded
program using the Runnable interface was provided in
the materials for Lecture 6.
- Estimated time: 2 hours.