From 56d36564683948e0ef2f29c30ab9db088b74a0f8 Mon Sep 17 00:00:00 2001 From: nejucomo <> Date: Sun, 14 Oct 2007 05:49:39 +0000 Subject: [PATCH] Add a note about race condition avoidance by relying on URIs. [Imported from Trac: page Extensions, version 6] --- Extensions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Extensions.md b/Extensions.md index 6155371..e69d440 100644 --- a/Extensions.md +++ b/Extensions.md @@ -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.