Greetings..
i am using following codes to run multiple threads at a time to get data from different links and save the data to different file as well. As the file name/path is different for each loop? i don't understand why it throws following exception:
The process cannot access the file...
Hello there everyone!
I have created a simple dll file that will sleep for 5 seconds then show a message and repeat.
I want to call in my .exe program my dll in a new thread and run it constantly.
So something around:
Thread t = new Thread();
t.run("Test.dll");
Or something around there...
Hi Team,
I have Task in Threading, The Scenario is:
i have a multiple threads and they are returning a value. i have to store each thread returned value, once all the thread is completed. finally i consolidated it store all thread value and make single string.
for that i'm using "Thread- Local...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.