• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Long Process , not terminating

Contributor ,
May 30, 2017 May 30, 2017

Copy link to clipboard

Copied

I have written an application which runs a long process.

On different PCs, this process last around 30mn.

On local PC, with Windows 7 and CF9, no problem, everything is OK.

I have put these lines :

<cfflush interval="10">

<cfsetting requesttimeout = "6000">

Then , I have to put it on the Internet, to let access to different users from external after the long process.

And , on Internet, on a shared serveur Windows 2008, CF9, same conditions,

that long process makes 3/4 of the job, then  the screen never change, nothing happens, no error message.

wait wait, but nothing.

Any help is welcome, to understand this different behaviour from these 2 different environment.

Thanks, Pierre.

TOPICS
Advanced techniques

Views

553

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jun 26, 2017 Jun 26, 2017

Copy link to clipboard

Copied

4 weeks after, no answer, no help, no ideas ???

I do not understand why a CF application runs well on a local PC (win7 and CF9),

and do not terminate, or take 5 time the time to run on an Internet 2008 server with CF9

processing can last between 15mn to 30mn on the local PC. (very large data file to be treated)

I look for some advises, some way to investigate.

This is a STOP of the project.

Thanks to all.

Pierre.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 02, 2017 Jul 02, 2017

Copy link to clipboard

Copied

LATEST

What does the code look like?

What happens if you leave out the cfflush and only use the cfsetting?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation