RDasher
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
❔ 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