in reply to Re: Re: Re: Sharing (blessed)? references with Thread::Queue.
in thread Sharing (blessed)? references with Thread::Queue.

I noticed that caveat in your documentation, but I can work around it. I also noticed that if a blessed structure is enqueued, the dequeued structure is also blessed (as a nice consequence of Storable I suppose). Very useful..thanks for the idea!

What I Want (tm) is the "Any" of Thread::Queue::Any and the shared nature of Thread::Queue. Looking at the implementation of Any.pm, I see that it does..well..exactly what you said it does, and that I can't just make some quick hacks to make this happen. Oh well..

Anyway, I perused your page on CPAN a little and noticed some other juicy stuff that I'll have to play with. I owe you a $beverage. :)

Preston

  • Comment on Re: Re: Re: Re: Sharing (blessed)? references with Thread::Queue.