Script timeout default times

Discussion in 'Pre-sales questions' started by JackieBlue, Aug 19, 2016.

  1. I have been developing some applications using both ASP and PHP for my business. These apps communicate with eBay, Amazon as well as other websites. I often receive script timeouts with my current hosting company because they restrict scripts to be completed within 90 seconds. Are these parameters configurable with any of your hosting plans? Thanks.
     
  2. Elshadriel

    Elshadriel Winhost Staff

    Yes. You can do it programmatically.
     
  3. Thank you. This is the same for php? How is this kept from eating up processor time on shared servers? Thx.
     
  4. For php you'd create a user.ini file.
    Your application pool is isolated, so one account can't monopolize server resources (if an application pool exceeds its quota(s), it is recycled).
     
  5. Excellent. I will be proceeding to purchase and moving a site over so I can finish developing and testing my product.
     
    Michael likes this.

Share This Page