On Wed, Sep 29, 2004 at 09:05:26AM +0100, Nick Edwards wrote:
> Hi,
> 
> I have a high availability cluster setup using heartbeat. Now one pc is 
> an Opteron compiled for AMD64 and the other is just a standard x86 pc. 
> Now if data is stored via Storable on the AMD64 machine, can then the 
> x86 machine read it if it needs to? Or is the format only compatible 
> with that platform?

The default format for store and freeze is architecture specific, where
"architecture" includes the integer size that perl is using, so for these
two it will be different. However, if you use nstore and nfreeze either
machine will be able to read data generated by the other.

Nicholas Clark

Reply via email to