I have a C# app using 32 bit dll’s, that runs quite normal. But when I call the app from my Blazor server side app the memory reaches %100
I have following C# console app (.NET Framework 4.7.2) on my server that is using 32 bit libraries for communicating with industrial PLC’s. The app is working quite normal when I run the exe directly. There is just few % additional CPU and memory consuption on the server.
I have a C# app using 32 bit dll’s, that runs quite normal. But when I call the app from my Blazor server side app the memory reaches %100
I have following C# console app (.NET Framework 4.7.2) on my server that is using 32 bit libraries for communicating with industrial PLC’s. The app is working quite normal when I run the exe directly. There is just few % additional CPU and memory consuption on the server.