Search results

  1. K

    Setting PHP without timeout

    Actually i am on Shared server so I don't have root level access. Just requested the support team to make this change and waiting for their reply. Keep you posted the results once the setting has been changed.
  2. K

    Setting PHP without timeout

    The MAX_IDLE_TIME setting is set to 10. Is it possible increase this value using htaccess?
  3. K

    Setting PHP without timeout

    The MAX_IDLE_TIME setting is set to 10. Is it possible to change this value using htaccess file?
  4. K

    Setting PHP without timeout

    You are right, when i access the second script directly from a browser then it execute for 300 seconds and no issue at all. The issue only when the second URL triggered by first script. Please let me know if you want me to share the original URLs to the scripts.
  5. K

    Setting PHP without timeout

    Great Thank you. Here is what i am trying to accomplish. I have two scripts. First Script: <?php $time_start = microtime(true); $url = 'http://www.domain.com/testing/persistent/asyncUrl.php'; function makeAsyncCall($url, $params) {...
  6. K

    Setting PHP without timeout

    Thanks for prompt response. I am aware of PHP max execution time and how to use it. Wondering if we can set LSAPI_MAX_PROCESS_TIME value using PHP or HTaccess?
  7. K

    Setting PHP without timeout

    Is there a way to set this LSAPI_MAX_PROCESS_TIME value using PHP or HTaccess?
  8. K

    Setting PHP without timeout

    Where can we find LSAPI_MAX_PROCESS_TIME value?
Top