From: Arjen Markus on 4 May 2010 13:45 On 4 mei, 15:58, Gilles Ganault <nos...(a)nospam.com> wrote: > Hello > > I'd like to come up with a single binary that would include a www > server as frond-end, the SQLite library as back-end, and a scripting > language so I can write a bit of code to turn POSTed parameters into > SQL queries, forward them to the SQLite library, and return status and > possibly data to the client. > > The point is to keep using SQLite because it's good enough for my > needs, but I occasionally need to share a database file among a few > concurrent clients without the need for a full-fledged DBMS like > MySQL. The single binary should run under Windows and Linux. > > I don't know TCL at all: By any change, does someone have a basic > tutorial on how to combine the above components into a single binary, > using eg. the Starpack technique. > > Thank you for any help. Looks to me like you want Wub - see the Wiki at http://wiki.tcl.tk for more information. You will find plenty of material there on all the subjects you mention. Alternatively, www.tcl.tk is a bit more organised. .. Regards, Arjen
From: Gilles Ganault on 4 May 2010 16:15 On Tue, 4 May 2010 10:45:53 -0700 (PDT), Arjen Markus <arjen.markus895(a)gmail.com> wrote: >Looks to me like you want Wub - see the Wiki at http://wiki.tcl.tk for >more >information. You will find plenty of material there on all the >subjects >you mention. Alternatively, www.tcl.tk is a bit more organised. Thanks, I'll check out Wub.
|
Pages: 1 Prev: [newbie] Packing www + SQLite + TCL in one binary? Next: pwg 1.5.3 |