Quantcast
Channel: C# File Move (Rename) Multi Thread Windows OS - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Jim Mischel for C# File Move (Rename) Multi Thread Windows OS

I don't see where the issue is. You have multiple threads that get a list of files, and then try to process those files. Sometimes the file that the thread is trying to rename doesn't exist, and...

View Article



Answer by FlyingStreudel for C# File Move (Rename) Multi Thread Windows OS

Do you have multiple threads running in the same service? Or multiple independent services?If you have multiple threads in the same service just create a Queue<FileInfo> or something similar and...

View Article

C# File Move (Rename) Multi Thread Windows OS

A scenario where I have 10,000 XML files that I want to read in and save to a database. What i have is 5 Windows Services that are all hitting the folder to try and process.My technique is to first try...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images