in reply to Re^5: assigning a name to every threads
in thread assigning a name to every threads

Does Sys::Prctl work on solaris?
use Sys::Prctl(prctl_name); # Process name is now "My long process name" my $oldname = prctl_name(); prctl_name("My long process name");

Replies are listed 'Best First'.
Re^7: assigning a name to every threads
by almut (Canon) on May 03, 2010 at 13:18 UTC
    $ /usr/local/bin/perl Makefile.PL # running Build.PL /usr/local/bin/perl Build.PL OS unsupported! Patches welcome :) at Build.PL line 5, <DATA> line 547 +. ... $ uname -a SunOS solaris10 5.10 Generic sun4u sparc SUNW,Sun-Blade-2500