[wxpython-users] a bit OT, db for deploying w/ wx on OS X?

iain duncan iainduncan at telus.net
Sat Apr 19 01:06:17 PDT 2008


On Sat, 2008-19-04 at 09:50 +0300, Peter Damoc wrote:
> Hi Iain,
> My suggestion is to use SQLite and provide the outside access to the
> database via some kind of background service. (not RAW access but API
> access)
> Use something like a SimpleXMLRPCServer for this. 
> 
> As for making it "idiot proof" this is a requirement that I think
> cannot be met. 
> These "idiots" are very very creative and they will for sure find ways
> to screw your system.

Cool, thanks for all the tips everyone. I actually just meant the
installer should be idiot proof, as the idiot in question will likely be
me!

Do you think sqlite on os x would be ok to backend a web site? In this
case the issue is that I would like a turbogears app to be usable off
the same database, but uptime from the local machine using the wxPython
app is critical while uptime from the web is gravy and will be low
traffic. So even if they aren't really set up to serve, an underpowered
server will be totally fine for web access.

Thanks again!
Iain




More information about the wxpython-users mailing list