http://qs321.pair.com?node_id=426529


in reply to Re^4: Isolating dynamically loaded modules with Thread::Isolate.
in thread Isolating dynamically loaded modules with Thread::Isolate.

Weakness in the eye of the beholder.

Most of the complications in Perl's threading model come from trying to figure out how to add threading and avoid having the interpreter randomly deadlock or corrupt from race conditions. I take problems like that seriously.