NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on June 10, 2019, 10:38:12 AM

Title: Debugging - NT Web Server hangs
Post by: CaseyR 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.
Title: Re: Debugging - NT Web Server hangs
Post by: Bruce 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
Title: Re: Debugging - NT Web Server hangs
Post by: CaseyR on June 11, 2019, 08:32:19 AM
Thanks.  I will check to see what is in any embeds in the Web handler.