Hello,
Following help content in New Features in PowerBuilder 2021 Beta i was able to successfully deploy an drun my application using IIS server.
I need help on how to do the same instead of IIS server which run on windows in need to run in my linux server. Someone to help.
Thank you in advance.
"Nginx is event-driven, asynchronous, non-blocking and single threaded (one master process + worker processes). This allows nginx to be manage resources more efficiently compared to thread-based models (like Apache)."
"Kestrel is fairly new and doesn't yet have the full suite of security features that you might find in a more mature server. It's recommended to run IIS, Nginx, or Apache in front of it set as a reverse proxy to handle incoming connections. The connections are then passed off to Kestrel after preliminary handling. Because of Kestrels young age, it doesn't have a full defense against attacks which includes, but isn't limited to, appropriate timeouts, size limits, and concurrent connection limits."
So I'd advice to use NGINX instead of Apache or Kestrel if possible.
regards,
@Armeen. This has worked by i find it very slow compared when running on IIS. Is there something am missing out?