Re: Sharing Object::InsideOut object between threads

2010-03-07 Thread menth0l
I've contacted module author on that matter and it turned out there was a bug in OIO 3.59. Fixed version 3.63 is already available on CPAN. -- menth0l -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Sharing Object::InsideOut object between threads

2010-03-04 Thread menth0l
Hi, I'm having some problems with passing an object of Object::InsideOut type through Thread::Queue object. Here's some simple illustration of this problem: http://pastebin.com/PEC7EMB8 Why refcount() shows "3" for object dequeued from queue? And why is object not destroyed as it should be? Is t