fossil is a webserver by itself with sqlite as the database engine. AFAIK,
there's no scripting language used on the server. All written in C.



On Mon, Dec 30, 2013 at 1:02 AM, Tim Johnson <t...@akwebsoft.com> wrote:

> * Stephan Beal <sgb...@googlemail.com> [131229 07:48]:
> > On Sun, Dec 29, 2013 at 5:35 PM, Tim Johnson <t...@akwebsoft.com> wrote:
> >
> > >   :) And if I request http://www.sqlite.org/src/timeline/index.php
> > >   I get the same page, so Igor, Mr. Hipp uses PHP as the 'querying'
> > >   code, or so I presume.
> > >
> >
> > LOL! If you try /timeline/foo/bar/baz you'll get the same thing. That
> page
> > is written in C. The /timeline part of the request is intercepted by C
> code
> > and the rest is ignored.
> >
> > http://fossil-scm.org/index.html/timeline/foo/bar/baz
>   <blush>I stand (embarrassingly) corrected </blush>
>
>   FYI: I started out doing web programming in 1995 using C, but
>   transitioned to scripting languages around 2001. I didn't know
>   anyone was still doing web application in C!
>
>   It stands to reason in terms of performance, for sure.
>
>   Thanks
> --
> Tim
> tim at tee jay forty nine dot com or akwebsoft dot com
> http://www.akwebsoft.com, http://www.tj49.com
> _______________________________________________
> 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