Re: [sqlite] httpd server ???

2009-03-19 Thread John Stanton
It is not an open source project but you are welcome to access to the source code.and notes. The intent of the project is to provide a highly efficient application server for AJAX support of browser-based IT networks. To that end the design criteria were: o Minimize process and thread

Re: [sqlite] httpd server ???

2009-03-18 Thread John Stanton
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

Re: [sqlite] httpd server ???

2009-03-18 Thread D. Richard Hipp
On Mar 17, 2009, at 10:05 PM, dcharno wrote: >> The SQLite website is implemented using a profoundly simple HTTP >> server that runs off of inetd. The complete source code is contained >> in a single file of C code that is available on-line at: >> >>

Re: [sqlite] httpd server ???

2009-03-17 Thread dcharno
> The SQLite website is implemented using a profoundly simple HTTP > server that runs off of inetd. The complete source code is contained > in a single file of C code that is available on-line at: > > http://www.sqlite.org/docsrc/artifact/84d487ac34 Just to clarify, this code is part

Re: [sqlite] httpd server ???

2009-03-17 Thread Griggs, Donald
-Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Ken Sent: Tuesday, March 17, 2009 7:31 PM To: sqlite Subject: [sqlite] httpd server ??? === Hi, Ken, Mr. Hipp's Tiny Web

Re: [sqlite] httpd server ???

2009-03-17 Thread D. Richard Hipp
On Mar 17, 2009, at 7:30 PM, 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? Such a server is built into the "fossil"

Re: [sqlite] httpd server ???

2009-03-17 Thread prad
On Tue, 17 Mar 2009 16:42:04 -0700 Tito Ciuro wrote: > ... or you can try Cherokee: > or even lighttpd may be http://www.lighttpd.net/ -- In friendship, prad ... with you on your journey Towards Freedom http://www.towardsfreedom.com

Re: [sqlite] httpd server ???

2009-03-17 Thread P Kishor
On Tue, Mar 17, 2009 at 6:30 PM, 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

Re: [sqlite] httpd server ???

2009-03-17 Thread Tito Ciuro
... or you can try Cherokee: http://www.cherokee-project.com/ -- Tito On 17 mars 2009, at 16:39, Nuno Magalhães wrote: >> Does anyone know of an embedded http server that can serve and/or >> create pages from a sqlite database? > > What do you mean embedded? If you mean fast and lightweight,

Re: [sqlite] httpd server ???

2009-03-17 Thread Nuno Magalhães
> Does anyone know of an embedded http server that can serve and/or create > pages from a sqlite database? What do you mean embedded? If you mean fast and lightweight, i use nginx. Nuno Magalhães LU#484677 ___ sqlite-users mailing list

[sqlite] httpd server ???

2009-03-17 Thread Ken
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