On Tue, 6 Mar 2007, Wes Gamble wrote: > Does anyone know if there are any implicit limitations to the size of an > object that Marshal.dump/load can handle? > > I have a biiig object that I'm trying to dump and load and it seems to > be failing and I just want to know if I shouldn't even expect to be able > to dump/load an object bigger than X. RAM. That's your only size limitation. Kirk Haines