RDasher
RDasher
CC#
Created by RDasher on 12/19/2023 in #help
Advice for Multi Threading
Was not fast enough
15 replies
CC#
Created by RDasher on 12/19/2023 in #help
Advice for Multi Threading
Mainly due to the sheer number of operations
15 replies
CC#
Created by RDasher on 12/19/2023 in #help
Advice for Multi Threading
The whole application was built with that in mind, so everything has async await
15 replies
CC#
Created by RDasher on 12/19/2023 in #help
Advice for Multi Threading
Yup, already have asyncronous code everywhere
15 replies
CC#
Created by RDasher on 12/19/2023 in #help
Advice for Multi Threading
Technically both, but more IO bound than compute I think, that's the bulk of where it takes the time
15 replies
CC#
Created by RDasher on 12/19/2023 in #help
Advice for Multi Threading
I'll look into ConcurrentBag, never heard of this before
15 replies
CC#
Created by RDasher on 12/19/2023 in #help
Advice for Multi Threading
Application has other purposes as well, but when these jobs are running, we don't use it for anything else, since we want it to fully do the jobs
15 replies
CC#
Created by RDasher on 12/19/2023 in #help
Advice for Multi Threading
One idea was, that I don't split the list at all, and each thread simply picks an item from a global list whenever it is free. Though I have no idea how to do this without two threads picking the same items at the same time.
As for this idea, I'll figure it out if I actually work on it, probably, but I wanted to know if there are better practices first, instead of dedicating my time to figuring this out
15 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
How do I do it with MSBuild ?
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
So back to the original question I guess
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
Yeah it does not work well with the SDK idea
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
Big oof
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
Gotcha
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
A coworker who worked on this project said that he had to upgrade it from 4.5 to 4.8 and the following year was a nightmare with lots of compatibility issues for the deployments, so that's what I'm specially scared of 😬
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
I'll take a backup of the whole project, just in case
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
Alright, let me try this, and I'll get back to you on how it goes
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
I've just gone through it, there are 27 .csproj files Should I convert all of them, or just the main .csproj
41 replies
CC#
Created by RDasher on 10/25/2023 in #help
❔ Running .NET Framework Project off of command line
It does not use the SDK format, I'm sure of that, cause out of habit the first thing I tried was dotnet build
41 replies
CC#
Created by RDasher on 3/23/2023 in #help
❔ IIS Express Modifying DLLs
I'm not sure what on earth I'm supposed to do about that now
10 replies
CC#
Created by RDasher on 3/23/2023 in #help
❔ IIS Express Modifying DLLs
Basically, the app itself modifies the dlls
10 replies