Changes between Version 15 and Version 16 of WebServerExample


Ignore:
Timestamp:
09/09/16 15:22:42 (8 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebServerExample

    v15 v16  
    66The goal of this assignment is to build a functional web server.  This assignment will guide you through you the basics of distributed programming, client/server structures, and issues in building high performance servers. 
    77
    8 This assignment is based on a course [http://www.cs.williams.edu/~jeannie/cs339/assignment1/index.html assignment] used at the Distributed Systems Course offered by the [http://www.cs.williams.edu/ Computer Science Department of Williams College] and taught by [http://www.cs.williams.edu/~jeannie/ Professor Jeannie Albrecht].
     8This assignment is based on a course assignment used at the Distributed Systems Course offered by the [http://www.cs.williams.edu/ Computer Science Department of Williams College] and taught by [http://www.cs.williams.edu/~jeannie/ Professor Jeannie Albrecht].
    99
    1010== Prerequisites ==