Changes between Version 5 and Version 6 of Extensions


Ignore:
Timestamp:
2007-10-14T05:49:39Z (17 years ago)
Author:
nejucomo
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Extensions

    v5 v6  
    2727     * {{{urllib}}}
    2828
     29=== Race Conditions ===
     30
     31Race 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.