Add a note about race condition avoidance by relying on URIs.

[Imported from Trac: page Extensions, version 6]
nejucomo 2007-10-14 05:49:39 +00:00
parent 7b11049db6
commit 56d3656468

@ -26,3 +26,6 @@ Although these are standard HTTP methods, some clients do not offer good support
* `httplib`
* `urllib`
### Race Conditions
Race conditions commonly exist in programs which use traditional directory structure interfaces. The webapi.txt document describes how to avoid many of these situations by relying on file URI's, instead of their vdrive names.