I have an HTTP server wj\hich embeds Sqlite as well as a custom page 
generation language, and compiler and a remote procedure call interface 
for AJAX functionality and Javascript as an embedded scripting 
language.  It runs on Unix/Linux and conditionally compiles for 
Windows.  It uses a sinngle process with a pool of threads to handle 
multiple users.

The RPC mechanism protects it from SQL injection attack.  It also 
implements GI and SSL plus data compression..

Embedding the database code in the application server by using Sqlite 
gives an efficient application environment where there is not a 
proliferation of processes and process/thread generation and 
destruction.  Performance is good..

Source is all in simple C.

Ken wrote:
> This is off topic, but since sqlite list has such savvy folks I thought I'd 
> try here.
>
> Does anyone know of an embedded http server that can serve and/or create 
> pages from a sqlite database?
>
>
> Thanks,
> Ken
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>   

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to