On Apr 11, 2007, at 10:37 AM, Mike Heins wrote:
Thanks for the help. I removed the _session_storable and wrote a script to convert the sessions with shopping carts to Data::Dumper. It's working fine.Quoting Jon Jensen (suppressed):On Wed, 11 Apr 2007, Bill Carr wrote:I am running Interchange 5.4.1 in LVS cluster with the session filesstored on NFS mounted partitions. I recently added a couple of 64- bitreal servers to the cluster. I am now receiving "Byte order is not compatible" errors from Storable. The existing hosts are all 32-bit systems. Any general strategies for dealing with this? I'm not married to Storable. I've just always used it without much thought.I always make sure all app servers in a cluster are using the samearchitecture; running 32-bit Perl on 64-bit operating systems works well and avoids these kind of interoperability problems until you migrate to64-bit only.If this is not an option, you can also just move to Data::Dumper. It gives up about 30-50% more CPU in session creation, but otherwise shouldn't be too much of a drag. Using it can be as easy as removing the _session_storable file in yourinterchange root -- and removing all your old session files, of course.
Bill Carr Bottlenose - Wine & Spirits eBusiness Specialists (877) 857-6700 http://www.bottlenose-wine.com _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.