[Twisted-web] Good ROM tool ?

Thomas HERVE therve at free.fr
Tue Jan 17 03:41:53 MST 2006


Quoting Catalin Constantin <catalin at bounce-software.com>:

> http://www.sqlobject.org
> as long as you deferToThread(..)

Beware when you use sqlobject. The cache management can be really tricky :
* if you use cache, fine, but you must be the only application accessing the
database
* if not, sqlobject is useless and creates lots of performance problems (too
many requests when you access data).

You may look at tada (http://www.darkarts.co.za/projects/tada/) which seems to
integrate better with Twisted (although I don't understand why it doesn't use
adbapi).

Anyway Axiom will rule the world, no ?

-- 
Thomas




More information about the Twisted-web mailing list