[Twisted-Python] [patch] mktap web --resource

Andrew Bennetts andrew-twisted at puzzling.org
Sun Aug 4 00:46:27 MDT 2002


On Thu, Aug 01, 2002 at 04:43:50PM -0400, Steve Waterbury wrote:
> Sune Kirkeby wrote:
> > 
> > [ Itamar Shtull-Trauring ]
> > > Any chance for async large object support as well?
> > 
> > Yup, as time permits I hope to implement it.  For now I guess I will
> > spend more time experimenting with async DB-access in generel,
> > though.
> 
> Any more news on this front?  (Not that I need large objects ... just 
> interested in async db-access in general.  ;^)  BTW, I kind of like some 
> things about psycopg (which is not async, of course), but I couldn't get 
> t.e.adbapi.py to work with it.  

What errors did psycopg with adbapi give?

I know that for the mxODBC Windows stuff, it doesn't *quite* conform to
DB-API 2.0, you need to manually do
    import mx.ODBC.Windows
    mx.ODBC.Windows.threadsafety = 1

to make Twisted like it.

-Andrew.





More information about the Twisted-Python mailing list