Web Connection
.NET Core handler
Gravatar is a globally recognized avatar based on your email address. .NET Core handler
  Dimitar
  All
  Jun 27, 2022 @ 03:21am

Hi Rick,

Would you please elaborate more on the performance improvements afer upgrading the Web Connection server to run .NET Core 6?

Dimitar Hristov

Gravatar is a globally recognized avatar based on your email address. re: .NET Core handler
  Rick Strahl
  Dimitar
  Jun 27, 2022 @ 11:37am

There are unlikely to be any performance improvements with .NET Core Connector. It'll perform about the same as the .NET Handler.

Request overhead is never the connector - it's all in the FoxPro code that handles the requests.

Personally my recommendation is for running in production on IIS is to continue using the .NET Handler because it's easier to configure and update than the .NET Core Connector. The .NET Core Connector's primary purpose is to provide a development time Web server that you can ship with your application so it can run on any machine without further setup (assuming .NET 6 is installed).

+++ Rick ---

© 1996-2024