Hi maverick786us,
CodePlex has been down for a while so I haven't been able to respond :(
I don't really completely follow what you mean, but if you have a POST request that updates a string and other GET requests are retrieving the string at the same time it would be race condition as to which request gets processed first. There for the GET requests might be the value before or after the POST.
Steve
CodePlex has been down for a while so I haven't been able to respond :(
I don't really completely follow what you mean, but if you have a POST request that updates a string and other GET requests are retrieving the string at the same time it would be race condition as to which request gets processed first. There for the GET requests might be the value before or after the POST.
Steve