NetTalk Central

Author Topic: Debugging - NT Web Server hangs  (Read 2393 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Debugging - NT Web Server hangs
« on: June 10, 2019, 10:38:12 AM »
Hi, All

I am having an intermittent problem of the server hanging (not GPF ing). While I can't replicate the problem consistently, it seems to be associated on loading scripts, styles, etc. into the browser cache.  Ctrl-F5 sometimes can cause it, but not usually.  When it happens other browsers/users cannot do requests. The only option at that point is to restart the app.

Is there anyway to break out of the process if it goes on for more than a few seconds?

Thanks.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: Debugging - NT Web Server hangs
« Reply #1 on: June 10, 2019, 11:24:11 PM »
Tricky to find. Probably suggests some sort of dead-lock of some kind.
You might want to start by examining embed code that might be running during this time?

Cheers
Bruce

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Debugging - NT Web Server hangs
« Reply #2 on: June 11, 2019, 08:32:19 AM »
Thanks.  I will check to see what is in any embeds in the Web handler.