
15 Nov
2006
15 Nov
'06
2:12 p.m.
Just to expand your possible options, have you looked into the C Apache Portable Runtime (APR) library? Granted it's not very boost or C++ like, but it has quite a robust multithreaded API for handling all sorts of things you'll want to do for writing a HTTP server (that you could then wrap in C++ classes).
Thanks for the suggestion but asio is a requirement of the project Bye