diff --git a/MP.RIOC/MP.RIOC.csproj b/MP.RIOC/MP.RIOC.csproj index 2b28390d..3dfd370b 100644 --- a/MP.RIOC/MP.RIOC.csproj +++ b/MP.RIOC/MP.RIOC.csproj @@ -5,7 +5,7 @@ enable enable MP.RIOC - 8.16.2606.1217 + 8.16.2606.1218 InProcess diff --git a/MP.RIOC/Program.cs b/MP.RIOC/Program.cs index b122a104..a1f35daf 100644 --- a/MP.RIOC/Program.cs +++ b/MP.RIOC/Program.cs @@ -10,6 +10,10 @@ using System.Diagnostics; using System.Net; using System.Reflection; + +// Forza il ThreadPool a tenere pronti almeno 500 thread per i calcoli e 500 per l'I/O di rete +ThreadPool.SetMinThreads(500, 500); + var builder = WebApplication.CreateBuilder(args); // RECUPERO L'AMBIENTE REALE (Che ora IIS passa correttamente come 'Staging') diff --git a/MP.RIOC/Resources/ChangeLog.html b/MP.RIOC/Resources/ChangeLog.html index aa4396fe..5e1d7f8b 100644 --- a/MP.RIOC/Resources/ChangeLog.html +++ b/MP.RIOC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MP-RIOC -

Versione: 8.16.2606.1217

+

Versione: 8.16.2606.1218


Note di rilascio: