Hello

Unfortunately, I don't have the technical skills to do this myself, but since people in the SQLite list don't seem interested in this idea of compiling a basic web server and the SQLite database into a single binary, I figured I should ask C/C++ developers about it.

I think it'd fill a niche between the single-user SQLite and a full-fledged DBMS' like MySQL. Besides being a breeze to deploy, using a web server as front-end would have the advantage of making the server available to any client that has an HTTP library.

Here's the diagram of what I have in mind:

http://img222.imageshack.us/img222/6...liteserver.jpg

Would someone be willing to tell me how to set up a compiler on Windows (or Linux, but my work PC is Windows, so I'd rather start with a Windows setup) and compile a basic HTTP server with the latest SQLite source code?

Thank you for any help.