Re: multiprocessors and perl

2001-07-10 Thread SunDog
Hi Bob, Of course you want to multi-thread ... My recommendation ... Java loves threads and ... interfaces well with PERL. You don't have to re-invent the wheel, use Java to manage the multithreading and invoke your Perl Scripts. This goes a long way to supporting reuse a

multiprocessors and perl

2001-07-10 Thread Bob Mangold
I'm about to upgrade to a dual processor sunblade 1000 at work (absolute overkill), but before doing so I'm trying to figure out what I'm going to have to do to exploit both processors. - Do I need to install perl with any special options? - Will I need to start writing my scripts differently to