Re: [Rd] unserialize and eager execution

2011-12-05 Thread Tyler Pirtle
On Mon, Dec 5, 2011 at 10:41 PM, Prof Brian Ripley wrote: > Take a look at the information on serialization in 'R Internals'. AFAICS > this is no different from what can happen when loading a saved workspace. > > I'll give that a look, thanks. > > On 06/12/2011 05:29, Tyler Pirtle wrote: > >> Hi

Re: [Rd] unserialize and eager execution

2011-12-05 Thread Prof Brian Ripley
Take a look at the information on serialization in 'R Internals'. AFAICS this is no different from what can happen when loading a saved workspace. On 06/12/2011 05:29, Tyler Pirtle wrote: Hi, While debugging a network server I'm developing I noticed something unusual - call to unserialize() r

[Rd] unserialize and eager execution

2011-12-05 Thread Tyler Pirtle
Hi, While debugging a network server I'm developing I noticed something unusual - call to unserialize() resulted in an error about loading a namespace. I was a bit taken back by this - why should unserializing an object cause a namespace lookup? Are there any other side-effects of unserialize() t