John Stanton wrote: > 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.
Sounds interesting. Is this an open source project hosted somewhere? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users