Thank you all for your comments.

@Phillip, @Marnen - I didn't know about the sqlite concurrency factor,
thanks...

On Jul 9, 5:00 pm, Greg Donald <gdon...@gmail.com> wrote:
> On Fri, Jul 9, 2010 at 3:42 PM, Philip Hallstrom <phi...@pjkh.com> wrote:
> > Just to play devil's advocate... sqlite is fine for production web apps 
> > that are almost
> > entirely read only.  SQLite falls over when trying to handle concurrent 
> > writes though.
>
> This has been my experience as well.  So long as you have a really
> fast disk to speed along the write locks, you can use sqlite forever.
>
> --
> Greg Donald
> destiney.com | gregdonald.com

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to