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 creat

Re: [sqlite] httpd server ???

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

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 sinngle

Re: [sqlite] httpd server ???

2009-03-18 Thread Wilson, Ron P
-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Petite Abeille Sent: Wednesday, March 18, 2009 2:22 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] httpd server ??? On Mar 18, 2009, at 12:30 AM, Ken wrote: > Does anyone know of an embedded http ser

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: >> >> http://www.sqlite.org/docsrc/artifact/84d

Re: [sqlite] httpd server ???

2009-03-17 Thread Petite Abeille
On Mar 18, 2009, at 12:30 AM, Ken wrote: > Does anyone know of an embedded http server that can serve and/or > create pages from a sqlite database? Arguably, there is an embarrassment of choices: http://en.wikipedia.org/wiki/Comparison_of_lightweight_web_servers To add to the confusion, here

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 of

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 Tin

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" configura

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 (website) Information,

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 > DRH has an implementation o

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-users@sql

[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 sqlite-users@sqli