"Phantom" calls to long running scripts (connector issue)
Hi,
I find myself in a ColdFusion 2018 environment on a Linux server behind an Apache server.
I had issues and tried to track them down. It turned out my long running script is called over and over again.
I call it manually through a webbrowser once. I see it initiates only one request through the browser's F12 tool.
After I realized that requests multiply I searched the internet for possible solutions and found this thread on this site: https://coldfusion.adobe.com/2019/02/apache-crashes-serving-multiple-thread-requests-using-cf2018/
I eventually set heartbeat_interval to 0 and noticed no change. Only after httpd was restarted the "Segmentation fault" messages stopped.
Now I start my long running script and enter some data into a database when it is started, including a timestamp. This is how I see that the script is started again and again every 6 minutes.
I guess this is still a connector issue.
Does this behaviour ring a bell? I like to believe some instance (connector, httpd) sees no response from CF's Tomcat and repeats the request. Is there such a timeout? The Request Timeout in CFAdmin is disabled - the checkbox is unchecked.
Best,
Bernhard
