in reply to Re: Thread::Queue and objects
in thread Thread::Queue and objects
Form my experience, Therad::Queue::Any never really did work with threads. It was designed for use with Forks.
Besides which, all those modules that Storable Freeze/Thaw are slow and somewhat dubious when it comes to sharing either process global entities like filehandles, sockets,pieps etc., or blessed objects. If it were that easy to do, threads::shared would probably allow it.
|
---|