MWF, 12:00-12:50, 220 NSC (map)
Course Blog -- Updated often. Please subscribe to its RSS feed.
Computer Science and Engineering
Instructor: Hung Q. Ngo
Out on Wednesday, Oct 13.
Due on Friday, Dec 10 at 23:59 (midnight).
Absolute deadline!
Out on Friday, Sep 03.
Due on Sunday, Oct 11 at 23:59 (midnight!)
Absolute deadline!
gunzip filename.tar.gz
and then tar -xvf filename.tar
.
Then, cd
into the untared directory and type make
to compile the programs. Read the README
files in each
directory, and also the comments inside the source codes to see what's
going on.
(To check your machine's IP, use ifconfig
as I've shown in class.)
client
is
plain with many design flaws, iom_client
uses IO multiplexing
with select
that fixes a flaw from client
.
Server is multi-processing (it forks a new process to handle a new request)