Skip to content
  • Alexandre Duret-Lutz's avatar
    Fix a race condition on the CGI script. · 62914059
    Alexandre Duret-Lutz authored
    * wrap/python/ajax/spot.in: Create all cache files in a temporary
    directory, and only rename this directory at the end.  This way if
    two processes are processing the same request, they won't attempt
    to populate the same directory (and only one of the first of two
    renames will succeed, but that is OK).
    62914059