I use sqlite in production. It is faster than other options. If do not have too many requests it is a good solution. It you start to have many write requests which overlap to each other concurrently, then you must switch because sqlite will lock the db at every write.
On Friday, 15 March 2013 22:58:34 UTC-5, Ralph Loizzo wrote: > > I'm using sqlite for development of some websites (mostly migrating > from php to web2py) but I'm wondering if when I deploy I should switch > to mysql. Can sqlite handle the load? > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

