I have a simple C++ HTTP server that I wrote (all in a single .cpp and .h file). Multi-threaded, has a session concept (via cookies), can parse POST and GET variables. It is a C++ class that you can derive from and then override the LoadFile method (which is where I typically put my command/transaction processing). The default just serves files from a defined directory. Implemented on Windows with the Win32 API, so there would be some porting to get it onto other platforms.
I'd be happy to put out somewhere if anyone is interested (and I'd love to receive feedback--always happy to learn from anyone). By the way, it is my personal work and not owned in any way by my employer (<-- decided to put that there for my own sake...) Doug -----Original Message----- From: David Fletcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 7:59 AM To: sqlite-users@sqlite.org Subject: RE: [sqlite] uSQLiteServer Source code available >>>>> "r" == roger <[EMAIL PROTECTED]> writes: r> HTTP would be the logical choice, telnet is often firewalled. BTW, r> you can of course allready telnet into the server anyway. r> I will try doing something like this, but I have never implemented r> the server side of a HTML connection. Do you know where I can find a r> quick guide to making a simple HTTP server? Better still, what about r> a small simple ready made HTTP server of the sort that can be r> embedded into the application and has hooks to callback into user r> code? I know that Qt has something like this, but I can't recall if this is only available in the enterprise (commercial) edition or not. Check http://www.trolltech.com for more. See http://doc.trolltech.com/4.0/qhttp.html, for example. http://www.sourceforge.net has some http clients and servers, too. A search there should turn up some results. HTH -- David Fletcher Tuscany Design Automation, Inc. [EMAIL PROTECTED] 5875 S. Danube Circle Aurora, CO 80015-3169 USA To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd.