[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Invalid value for share scalar?



On Tue, 2006-10-03 at 09:00 -0400, Jim wrote:
> Christopher Fowler wrote:
> > The problem is that I'm trying to share a reference.
> >
> >   
> I'm not sure how you would do that.  I suspect you might have to declare 
> the object shared somehow, but that's way out of my experience.
> 

My main goal was to add a timestamp to the packet when received.  That
was the idea behind the object.  I simply packed a 32 bit uint with the
epoch on the front of the packet and appeneded that to the list.  The
process thread then unpacked the time.  Works great for fun.