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


in reply to Re: Things you need to know before programming Perl ithreads
in thread Things you need to know before programming Perl ithreads

This is news to me. Care to provide a test case?


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^3: Things you need to know before programming Perl ithreads
by elf_firein (Acolyte) on Feb 11, 2011 at 07:25 UTC

    I have following queries: ithreads is how much robust in perl 5.8.8? Like the problem with shared variable is sorted out or still Thread::Tie module is still preferable? The package variables(declared with 'our') is paced in symbol table of the package. So when we import a package with 'use' directive in main package, is it safe to declare them as shared variables?