Goals of server
High capacity web servers must do the following:
- rapidly update corpus of content served
- be efficient
- latency: serve content as quickly as possible
- throughput: parallel requests from large numbers of clients
- be extensible
- data-types
- cgi-bin programs
- server plug-ins
- not crash
- remain secure