Re: mod_python/sqlite status

2007-01-17 Thread Guillermo Fernandez Castellanos
Hi, I use SQlite with Apache mod_python for my (low traffic) web sites. I find it really easy to manage, and it works just great up to now. It has never crashed in 3 months, can accept several users concurrently, is fast and has minimum configuration. I would recommend it for development and lim

Re: mod_python/sqlite status

2007-01-16 Thread Rubic
Honza Král wrote: definitely, if you have more that one user, you should definetely run a dedicated db server, preferably one that supports transactions - MySQL with InnoDB engine or postgreSQL (my choice ;) ) You may have already known this, but SQLite does support transactions. I'm impresse

Re: mod_python/sqlite status

2007-01-16 Thread Honza Král
On 1/17/07, Honza Kr l <[EMAIL PROTECTED]> wrote: On 1/16/07, Guillaume Valadon <[EMAIL PROTECTED]> wrote: > > Hi, > > What is the status of mod_python and sqlite ? > Do you think that I should switch to another database instead ? definitely, if you have more that one user, you should definetely

Re: mod_python/sqlite status

2007-01-16 Thread Honza Král
On 1/16/07, Guillaume Valadon <[EMAIL PROTECTED]> wrote: Hi, What is the status of mod_python and sqlite ? Do you think that I should switch to another database instead ? definitely, if you have more that one user, you should definetely run a dedicated db server, preferably one that supports

mod_python/sqlite status

2007-01-16 Thread Guillaume Valadon
Hi, What is the status of mod_python and sqlite ? Do you think that I should switch to another database instead ? Thanks, Guillaume ps: note that after hours of fights, it is working on my gentoo with the following packages. But runserver is now broken. net-www/apache-2.0.58-r2 dev-python/mod_