in reply to Re^2: Sharing XS object?
in thread Sharing XS object?
# this produces error: "invalid value for shared scalar" my $o :shared = new Tree::BK_XS;
Which versions of perl/threads/threads::shared are you using?
Show us the new() method of your module.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Sharing XS object?
by menth0l (Monk) on Mar 09, 2011 at 14:59 UTC | |
by BrowserUk (Patriarch) on Mar 09, 2011 at 15:34 UTC | |
by menth0l (Monk) on Mar 10, 2011 at 07:36 UTC |