1
Web Server - Ask For Help / Re: Server becoming temporarily non-responsive
« Last post by TimR on September 02, 2026, 07:53:24 AM »I'm using Nettalk version 14.38 and Clarion 11.1.13788
2
Web Server - Ask For Help / Re: Server becoming temporarily non-responsive
« Last post by urayoan on September 02, 2026, 07:23:41 AM »Hello Tim. I'm having similar issues, watching this post if anyone gives a clue for what may be happening.
In my case, im using NetTalk 14.36 and Clarion 11.1
What version you using?
In my case, im using NetTalk 14.36 and Clarion 11.1
What version you using?
3
Web Server - Ask For Help / Server becoming temporarily non-responsive
« Last post by TimR on September 01, 2026, 09:13:48 AM »I have multiple webservers (mostly the same exe's, with a few unique webservers) running under nginx, and they become non-responsive for anywhere from 30-120 seconds (more or less). Anyone have tips on how to figure out what is going on? They might run for weeks(this is the norm) without incident or it could be days(this is unusual), I see no sign of the webservers restarting, via the performance page. I have a monitoring script, that emails me when they become non-responsive, but I'd like to figure out what the issue is to remove the false positives. The unique webservers, just run and I never have an issue with them.
4
Web Server - Ask For Help / Re: Content-Security-Policy and Content-Security-Policy-Report-Only:
« Last post by Bruce on August 31, 2026, 07:17:02 PM »done
5
Web Server - Ask For Help / Re: ALPN / HTTP/2
« Last post by Bruce on August 31, 2026, 07:14:23 PM »perhaps. But I haven't started mapping out the feature set for the next NetTalk yet.
6
Web Server - Ask For Help / Re: Multi-Site host and NT 12.41 issue
« Last post by osquiabro on August 31, 2026, 12:35:11 PM »Hi Don, is possible to share example of Nginx for MultiSite
This is good advice! It will make your life so much easier when working with the MultiSite host.Not really. My recommendation is to have
Host.Exe
App A.DLL
App B.DLL
App C.DLL
all in the same folder.
I run multiple MultiSite host EXE's behind an Nginx load balancer. Talk about keeping Path settings correct. LOL!
Good luck with your problem. Let me know if you still have problems. Been using the MultiSite host exclusively for years.
7
Web Server - Ask For Help / Re: Content-Security-Policy and Content-Security-Policy-Report-Only:
« Last post by osquiabro on August 30, 2026, 05:50:23 AM »Bruce i see inconsistency in this two .inc
NetAll.inc:
ContentSecurityPolicy string(256)
ContentSecurityPolicyReportOnly string(256)
NetWeb.inc
ContentSecurityPolicy string(1024)
ContentSecurityPolicyReportOnly string(256)
But after changing everything to 1024, it works for what I wanted.
NetAll.inc:
ContentSecurityPolicy string(256)
ContentSecurityPolicyReportOnly string(256)
NetWeb.inc
ContentSecurityPolicy string(1024)
ContentSecurityPolicyReportOnly string(256)
But after changing everything to 1024, it works for what I wanted.
8
Web Server - Ask For Help / ALPN / HTTP/2
« Last post by osquiabro on August 29, 2026, 12:04:36 PM »Is possible to the next version of NT this is available?
9
Web Server - Ask For Help / Content-Security-Policy and Content-Security-Policy-Report-Only:
« Last post by osquiabro on August 29, 2026, 05:14:47 AM »Hi Bruce is posible to expand this variables for more characters in Web Server?
set:ContentSecurityPolicy
set:ContentSecurityPolicyReportOnly
set:ContentSecurityPolicy
set:ContentSecurityPolicyReportOnly
10
Web Server - Ask For Help / Re: (Much) slower response handling in netwebclient when using compact json
« Last post by AtoB on August 27, 2026, 07:20:21 AM »Additionally:
- turns out the production server had a much smaller payload returned than was in my mind (roughly 1/10th of the heavily tested payload), there was actually a 2/3 second delay too when the non-compacted json was to be displayed.
- I measure the duration of the whole process and this included the ?SomeControl{PROP:Text} statement too, that was a little misleading too (and made netwebclient suspect)
I guess text controls (at least in c10) really like linefeeds in the data to be displayed ...
Sorry for the inconvenience
- turns out the production server had a much smaller payload returned than was in my mind (roughly 1/10th of the heavily tested payload), there was actually a 2/3 second delay too when the non-compacted json was to be displayed.
- I measure the duration of the whole process and this included the ?SomeControl{PROP:Text} statement too, that was a little misleading too (and made netwebclient suspect)
I guess text controls (at least in c10) really like linefeeds in the data to be displayed ...
Sorry for the inconvenience
Recent Posts