> Sorry. What I meant to say is "RT's SQLite support"  - I _love_ SQLite
> for all sorts of applications. multi-user apps with SQLite are totally
> doable -- you just need to be careful with write concurrency ;)

If you leave synchronous writes on, you're limited on transaction speed.  A
commit takes at least two full drive rotations, so for a 7200rpm drive you can
only do 60 transactions per second.  Not terribly scalable :)


-- 
-- ============================
   Tom Lahti
   BIT Statement LLC

   (425)251-0833 x 117
   http://www.bitstatement.net/
-- ============================
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to