> On Fri, 17 Feb 2012 13:55:05 -0600 > Luis Mochan <[email protected]> wrote: > > > To test PDL multithreading I compiled a threading PERL configuring > with the -Dusethreads option. This morning I realized that my > non-threading PERL actually runs the PDL multithreads and it is even > slightly faster. Thus, I realize that I don't understand what is the > use of the -Dusethreads. I'll appreciate some explanation?
-Dusethreads tells PERL to do threaded things. PDL multithreading support doesn't use PERL's threading, but rather does it directly by using the pthread C library. _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
