in reply to Re^2: possibility to overcome perl threads
in thread possibility to overcome perl threads

If you want to use threads in Perl, you have to use Perl's threads. Threads need support at every level of the language in order to work.

But that doesn't mean you can't build upon what's provided. Despite saying you mean something else, what you want is support in sharing objects. Sorry, I can't help you with that (not having done any threaded programming in Perl), but at least you know what you want now.

  • Comment on Re^3: possibility to overcome perl threads