Solaris Perl Execution

2005-02-17 Thread Eduardo Vázquez Rodríguez
Hello perl addicts! Is there a possible way of executing a Perl Script so that it uses not only one Solaris Processor? What I want is that my script use more than one processor, because they took much time to execute. What I do with my scripts are parsing log files (each one about 800 000 line

Re: Solaris Perl Execution

2005-02-17 Thread Chris Devers
On Thu, 17 Feb 2005, Eduardo Vázquez Rodríguez wrote: > Is there a possible way of executing a Perl Script so that it uses not > only one Solaris Processor? Distributing work across processors is the OS's job, isn't it? That said, if you write your code in such a way that the work is fragmente