Doug Nebeker <[EMAIL PROTECTED]> wrote: > I've had a number of people express interest in the small HTTP > server. I'll work on commenting it a little better and then > put it out on a website in a day or two. >
FWIW, the www.sqlite.org website is implemented using a webserver written as a single file of C code - 752 lines (exclusive of comments). It's unix-specific though, and in fact really wants to run on Linux. -- D. Richard Hipp <[EMAIL PROTECTED]>