I've done something reasonably similar using CherryPy as the
webserver. The main application I wrote stored data in a sqlite3
database. A separate thread then ran the CherryPy server process.
Each web browser call is mapped (by CherryPy) to a class method which
dealt with connecting to the sqlite
David Montgomery wrote:
> Hi,
>
> I am working on a thick-client application that serves
> a lot of content as locally generated and modified
> web pages.
>
> I'm beginning to look at serving (and updating, via AJAX)
> these pages from a web server running within the client
> (mostly to provide a
Hi,
I am working on a thick-client application that serves
a lot of content as locally generated and modified
web pages.
I'm beginning to look at serving (and updating, via AJAX)
these pages from a web server running within the client
(mostly to provide a more natural and powerful way of
interact