> From: Charles Plessy <[EMAIL PROTECTED]>
> Date: 2005/02/16 Wed AM 04:58:36 CST
 
>       Would that mean that running the script twice should
> dramatically accelerate the execution because the file would then be
> cached in memory? (which does not work, I just tried).

Keep in mind that it's not just your script that must be cached, if indeed that 
did work.  There's also Perl, the modules, and your data (if in CSV form).

If you want to test to see if it is just I/O, find out if your O/S supports 
RAM-disk, copy all files involved there, and run a test.  If your run time is 
significantly reduced, it may indeed point to I/O issues...

> Best,
> Charles

HTH,
amonotod


--

    `\|||/         amonotod@    | sun|perl|windows
      (@@)         charter.net  | sysadmin|dba
  ooO_(_)_Ooo____________________________________
  _____|_____|_____|_____|_____|_____|_____|_____|

Reply via email to