Good day, I have one theoretical question. I have an application that run some threads. One of the thread download xml file to local storage, have other threads access to this file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All threads will have access, but the data can be currupted or not complete, if you don’t synchronize access to it. There is a number of options.
Refer to this document.