XML vs. cPickle

Mike mike12mike12 at hotmail.com
Fri Jan 13 14:15:29 EST 2006


I know XML is more (processor) costly than cPickle, but how bad is it?
The idea is I want to store data that can be described as XML into my
database as cPickle objects. Except my web framework has no support for
BLOB datatype yet, and I might have to go with XML.

Ideas are appreciated,

Thanks,
Mike




More information about the Python-list mailing list