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

Coldfusion 11 Standard hangs when only four requests are made.

Explorer ,
Jun 12, 2015 Jun 12, 2015

Copy link to clipboard

Copied

We recently migrated to a new server and installed ColdFusion 11 Standard upon it.  We went with CF11 so that a higher number of concurrent requests could be made upon our database.  To our dismay we are seeing no improvement migrating from CF 10 (on the old server) to the newer CF11 on the newly created server.  In fact the latency and web site hangs seem to be even more prevalent despite the fact that only 4 users are typically accessing the site at any one time.  Adobe tech support is researching possible solutions at this time.  In the meantime, we would appreciate any tips that this forum users might lend to shed some light on what the underlying issue might be.  Interestingly, when 3 requests or less are made (we have been monitoring this with FusionReactor) the pages work efficiently.

Views

464

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

correct answers 1 Correct answer

Explorer , Jun 16, 2015 Jun 16, 2015

In fact we are considering SQL Express or MySQL at this time.  Thank you!

Votes

Translate

Translate
Advocate ,
Jun 13, 2015 Jun 13, 2015

Copy link to clipboard

Copied

What is FusionReactor telling you when the 4th request starts to hang?

Do you know what code CF is trying to execute when it hangs?

Have you  checked the CF error logs to see if you are getting any errors before, during or after then hang?

What database are you using? Have you checked the query executions when the page is running to see if its the queries taking time due to lack of indexing etc?

Where did you see that CF11 gives higher concurrent requests to your database compared to CF10?

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 ,
Jun 13, 2015 Jun 13, 2015

Copy link to clipboard

Copied

I suspect a slowed-down database connection, and also wish to know your database brand. It usually takes one request to hang a server, not four: the proverbial last straw that broke the camel's back.

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
Explorer ,
Jun 15, 2015 Jun 15, 2015

Copy link to clipboard

Copied

The database is MS Access.  The hang occurs on just about any query made after only a small number of concurrent requests.  And yes, CF10 actually performed better.  Many thanks to Adobe Tech Support, who continue to troubleshoot our dilemma.

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 ,
Jun 16, 2015 Jun 16, 2015

Copy link to clipboard

Copied

After 4 requests, huh? Why not just move over to the Community Edition of MySQL? It is superior to MS Access, as database, and can handle thousands and thousands of requests, no sweat. Besides, it is free.

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
Explorer ,
Jun 16, 2015 Jun 16, 2015

Copy link to clipboard

Copied

LATEST

In fact we are considering SQL Express or MySQL at this time.  Thank you!

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