in reply to Script slow only when run as scheduled tasks on Windows Server

Could it be that your scheduled task is running with different credentials than when you run from the console? That could result in failure handling sucking time in the scheduled task maybe?

True laziness is hard work
  • Comment on Re: Script slow only when run as scheduled tasks on Windows Server

Replies are listed 'Best First'.
Re^2: Script slow only when run as scheduled tasks on Windows Server
by Tabla (Initiate) on Dec 01, 2011 at 08:04 UTC
    Thanks for the hint, but both the interactive session as well as the scheduled task are run using the same credentials.
      Hi Tabla, Regarding your post, do you have any solution. My executable is slower when run as scheduled task. Please hlep me ! Robin