Sion Arrowsmith:
>I've got an established client-server application here where there
>is now a need to shovel huge amounts of data (structured as lists of
>lists) between the two, and the performance bottleneck has become
>the amount of time spent parsing XML

http://xmlsucks.org/

>Anyone got any good ideas for tackling this problem?

cPickle.
http://docs.python.org/lib/module-cPickle.html

-- 
René Pijlman

Wat wil jij leren?  http://www.leren.nl
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to