Are Script Timeouts a Problem?

Last post 02-22-2010, 7:17 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  02-16-2010, 11:07 PM 58749

    Are Script Timeouts a Problem?

    I'm on a shared host which as often has script execution time limits around 30. I've made scripts to process a couple hundred files at once, but had to incrementally process them to avoid timeouts in the middle of processing.
     
    Are script execution times much of a  problem with this? Does this break the process down to the individual file?
     
    Thank you in advance.
    Filed under:
  •  02-22-2010, 7:17 PM 58908 in reply to 58749

    Re: Are Script Timeouts a Problem?

    Hi,
     
    That will be a problem.
     
    You can specify this property to force Flash use chunking upload mode :
     
    $uploader->FlashUploadMode="Partial"
     
    So for the users who use Silverlight or Flash10 , it will be OK.
     
    Regards,
    Terry
     
View as RSS news feed in XML