Hi, I have a TeamSite workflow. Workflow has an external task. The external calls a perl script that resides in home>/httpd/iw-bin/gl (script name sendRequestToGL.cgi). This script makes http call to Globallink content director to create submission. However GlobalLink content director take long time to send response back to the cgi. This results in 500 read timeout error. Now my question is, is there any way we can increase this timeout to hours so that the cgi waits for the request to complete (which may take an hour or more)?Please let me know.I have attached the cgi and teamsiteError.log here. You can check how the cgi makes call and how the error is printed in the log. Please let me know if more information is needed.Thanks-Gautam
The external calls a perl script that resides in home>/httpd/iw-bin/gl (script name Request.cgi).
This script makes http call to another application to create submission. However the appicationtake long time to send response back to the cgi. This results in 500 read timeout error. Now my question is, is there any way we can increase this timeout to hours so that the cgi waits for the request to complete (which may take an hour or more)?