The code submitted previously (especially the archive) did not compile on Linux, only OS X. Several bugs including this have now been fixed. Other fixes include memory leaks and a minor error in the configuration parsing. There was a bit trouble with subversion this time around.
Download via svn or archive. To compile and run the demonstration:
./configure
make
cd src
./nhttpd
This will run a web server using the configuration in src/config.xml. To see the demo application, go to http://localhost:8080/.
Friday, February 16, 2007
Thursday, February 15, 2007
Big update
Submitted to SVN today a HUGE update. The demo app works out of the box (it just formats the incoming request into a table, nothing special).
Major Features Added:
I wanted to make sure the server was working before making another commit, thus the long interval.
Major Features Added:
- Privilege separation
- Better threading
- Blocking queues
- XML Configuration, with all options implemented
- Now using GNU Autotools
I wanted to make sure the server was working before making another commit, thus the long interval.
Labels:
config,
queues,
servletcontext,
threads,
update
Subscribe to:
Posts (Atom)