Re: in-client web server

2007-12-17 Thread [EMAIL PROTECTED]
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

Re: in-client web server

2007-12-16 Thread Larry Bates
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