Update fastcgi stuff
[matches/MCTX3420.git] / testing / sqlite-approach / README.txt
1 Note: Should be discarded in favour of the fastcgi approach
2
3 SQLite approach to interfacing with web frontend:
4
5 *Main program reads in sensor data and updates the sqlite database 
6  with this new data
7 *When sqlite.php is called, the database is queried, and the values returned
8  to the caller (format can be anything you like)
9 *You could have a main webpage, ie index.html
10 *Whenever you need to update the page, you use jQuery (or other method)
11  to call sqlite.php, which returns the data needed
12
13 This works because SQLite allows concurrent access to the database
14 (or it should).

UCC git Repository :: git.ucc.asn.au