[Twisted-Python] adbapi results through xmlrpc
    Itamar Shtull-Trauring 
    itamar at itamarst.org
       
    Wed Mar 31 14:42:16 MST 2004
    
    
  
On Wed, 2004-03-31 at 16:08, Zach Thompson wrote:
> I can understand that xmlrpc needs to serialize the Deferred object to 
> send it through http.
Actually, Deferreds are handled transparently. The issue is probably
that your database adapter returns objects xmlrpc can't handle (e.g.
things that look like lists but aren't, etc..) So you want to
addCallback something that converts the objects.
-- 
Itamar Shtull-Trauring    http://itamarst.org
    
    
More information about the Twisted-Python
mailing list