Subject: | thread->tid with activeperl |
Hi
I'm runnig into problem using your (vry useful BTW!) module
when using fork under activeperl (5.8.8) in our BatchSystem::SBS module,
I get an error with something like "unavailable tid method for threads"
at line 1110
I'm not sure tha't ery wise, but i changed
my $tid = (($threads::threads) ? threads->tid() : 0);#threads->tid();
and it pass through the test.
Well, I'm not sure to have understood all what you do but did I add more
problem than I'v solved?
Alex