how to transfer a python object to other computer?

bruno at modulix onurb at xiludom.gro
Thu Apr 20 07:04:35 EDT 2006


Daniel Nogradi wrote:
>>    Hey, all.Now I wanna to transfer a object to other computer, Maybe I
>>could serialize the object to a file by pickle moudle, then send the file
>>and get it from the file.But I think the efficency is awful, because the
>>disk io is very slow.
>>     Someone could do me a favor to give me some idea?

http://pyro.sourceforge.net/

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list