CSQperl not threaded?

Blastwave perl:

root:=> /opt/csw/bin/perl -V | grep archname

osname=solaris, osvers=2.8, archname=sun4-solaris-thread-multi

Builtin Solaris 10 U2 perl:

root:=> /bin/perl -V | grep archname

osname=solaris, osvers=2.10, archname=sun4-solaris-64int

Coolthread perl from CSQperl

root:=> /usr/local/bin/perl -V | grep archname

osname=solaris, osvers=2.10, archname=sun4-solaris

I think it would be Cool to multi Thread the perl that's part of the coolstack.

Lyle

[534 byte] By [Chesapeake] at [2007-11-26 11:51:20]
# 1

Blastwave builds are on Solaris 8 - a lot has changed in Solaris 10.

The int64 flag in built-in Solaris version doesn't make any difference - in fact, there is a slight performance dis-advantage.

As you see, the built-in version doesn't use the threaded version, so CoolStack modeled the build after that. I need to investigate further to understand why.

Shanti

shantiS at 2007-7-7 12:06:20 > top of Java-index,Open Source Technologies,OpenSPARC...