aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 9030f214f40e1e88f2091879719718c0b3558c22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Run "autoreconf -f -i" to create configure.

Talk to Christian or Chris if you have problems
with the build system or do not understand the 
API.  We can also help discuss implementation 
choices.



Your project will be graded using the following
criteria:

1) correctness
   a) HTTP 1.1 compliance
   b) no bugs / crashes
   c) interoperability (firefox, IE, konqueror,
      squid, libcurl, wget)
   d) memory leaks
2) completeness
   a) all API functions
   b) all options (except SSL)
   c) portability (Linux, Solaris)
2) performance 
   a) memory consumption
   b) throughput (small and large transfers)
   c) latency
   d) performance with 1000 parallel sessions
3) software engineering practice (subjective)
   a) code quality
   b) comprehensive testcases
   c) documentation