1. 25 Sep, 2000 1 commit
    • Jim Fulton's avatar
      Added ClientStorage option to wait for a connection to the server · 45cca84a
      Jim Fulton authored
      on start up, with the default being to wait for the server.
      
      The intent was that it should be possible to bring a client up even
      if it can't talk to the server, however, this is a little bit risky if
      we need to start them both.  Eventually, we need to be the start-up
      code be smart enough to wait if we can't serve data requests during
      startup, but to proceed if we can.
      45cca84a
  2. 21 Sep, 2000 1 commit
  3. 16 Sep, 2000 1 commit
  4. 11 Sep, 2000 4 commits
  5. 07 Sep, 2000 2 commits
  6. 05 Sep, 2000 2 commits
  7. 04 Sep, 2000 1 commit
  8. 03 Sep, 2000 6 commits
  9. 02 Sep, 2000 7 commits
  10. 01 Sep, 2000 2 commits
  11. 31 Aug, 2000 1 commit
  12. 30 Aug, 2000 4 commits
  13. 25 Aug, 2000 1 commit
  14. 24 Aug, 2000 1 commit
  15. 21 Aug, 2000 1 commit
    • Ken Manheimer's avatar
      Make non-persistent client cache use tempfile.TemporaryFile, so the · 0ddb4ae2
      Ken Manheimer authored
      tempfiles do *not* perpetually accumulate.  (TemporaryFile reliably is
      removed when the program is done with it, under both windows and
      unix.)
      
      ClientCache.__init__(): Set up the first TemporaryFile, and set both
      self._p file names to None, to signify use of temp files.
      
      ClientCache.checkSize(): Switch over to other persistent cache file if
      self._p has names, or a new TemporaryFile if they're None.
      
      (I included some comments to the code i touched, to ease the passage
      of anyone else who winds up on that path...)
      0ddb4ae2
  16. 18 Aug, 2000 5 commits