in reply to Re: convert 32-bit storables to 64-bit
in thread convert 32-bit storables to 64-bit
Hi Corion,
may I cite the documentation of Storable:
Surprisingly, the routines to be called are named freeze and thaw. If you wish to send out the frozen scalar to another machine, use nfreeze instead to get a portable image.
We work with nfreeze a long time now without any known hassle. But, yes, using freeze crossing architecture boundaries does make problems.
Regards
McA
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: convert 32-bit storables to 64-bit
by Corion (Patriarch) on Nov 06, 2014 at 14:38 UTC | |
Re^3: convert 32-bit storables to 64-bit
by Discipulus (Canon) on Nov 06, 2014 at 14:18 UTC |