John, please correct me if I'm wrong, but I believe it is independent of Perl threads. The idea, as I understood it, was to leverage light weight threading to parallelize calculations if your system supported it. The threads are initialized and finalized in the same C function, so you don't need to worry about Perl-aware threads.
However, I have not studied the implementation too closely, so take what I have to say as an educated guess. David On Aug 30, 2011 4:01 PM, "Chris Marshall" <[email protected]> wrote:
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
