On Thu, Jan 26, 2006 at 10:32:11AM +0100, sifu wrote:
> hi!

> did you ever try sqlalchemy's mapping stuff with twisted? is it also as
> simple to integrate?
> it looks like it is, but i didn't have a closer look so far.

Yes it is. But you would be obliged to always use the eager query mode since
the lazy query mode might run in the main thread and block everything. Apart
from that if you run objectstore.commit() and table.select_*() you have to run
them in a separate thread (in a similar way to what I already do, just a lot
less complicated).

-- 
Valentino Volonghi aka Dialtone
Now Running MacOSX 10.4
Blog: http://vvolonghi.blogspot.com
New Pet: http://www.stiq.it

Attachment: pgpHBvyeAOih9.pgp
Description: PGP signature

Reply via email to