|
|
|
|
|
by rwmj
635 days ago
|
|
Cool! I also wrote my own C web server (sources linked below) which ran a commercial website for a while. It's amazing how small and light you can make an HTTP/1.1 webserver. The commercial site ran on a machine with 128MB of RAM and 1 CPU (sic) and routinely served a large proportion of schools in the UK with a closed source interactive, web-based chat system. However that was 20 years ago when the internet was a slightly less hostile place. He mentions bots make great fuzzers, but I think he should also do a bit of actual fuzzing. http://git.annexia.org/?p=rws.git;a=tree
Requires:
http://git.annexia.org/?p=c2lib.git;a=tree
http://git.annexia.org/?p=pthrlib.git;a=tree |
|