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


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

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?

  • Comment on Re^3: Things you need to know before programming Perl ithreads

Replies are listed 'Best First'.
Re^4: Things you need to know before programming Perl ithreads
by Anonymous Monk on Apr 03, 2011 at 11:16 UTC