E
Erick Sasse
I have a very simples asp.net app with a simples form and two textboxes.
When the user fills the textbox and post, I save it to a XML file.
I'll have eventually more than one user trying to save at the same
time.
Do I need any protection code for this critical section?
I was looking at lock statement, but I don't think it fits my need.
When the user fills the textbox and post, I save it to a XML file.
I'll have eventually more than one user trying to save at the same
time.
Do I need any protection code for this critical section?
I was looking at lock statement, but I don't think it fits my need.