An error occurred fetching the project authors.
  1. 21 Nov, 2011 2 commits
    • Jim Fulton's avatar
      Get rid of close_server. · a014c245
      Jim Fulton authored
      a014c245
    • Jim Fulton's avatar
      - Storage servers now emit Serving and Closed events so subscribers · 6b673950
      Jim Fulton authored
        can discover addresses when dynamic port assignment (bind to port 0)
        is used. This could, for example, be used to update address
        information in a ZooKeeper database.
      
      - Client storagers have a method, new_addr, that can be used to change
        the server address(es). This can be used, for example, to update a
        dynamically determined server address from information in a
        ZooKeeper database.
      
      - Moved some responsibility from runzeo to StorageServer to make it
        easier to use storage servers without runzeo.
      6b673950
  2. 11 Apr, 2011 1 commit
  3. 24 Sep, 2010 1 commit
  4. 21 Jun, 2010 1 commit
  5. 20 Aug, 2009 1 commit
  6. 10 Apr, 2009 1 commit
  7. 02 Jan, 2009 1 commit
    • Jim Fulton's avatar
      ZEO Servers now provide an option, invalidation-age, that allows · 156107a8
      Jim Fulton authored
      quick verification of ZEO clients less than a given age even if the
      number of transactions the client hasn't seen exceeds the
      invalidation queue size. This is only recommended if the storage
      being served  supports effecient iteration from a point near the end
      of the transaction history.
      
      Also refactored ZEO/tests/zeoserver and ZEO/runzeo to have the test
      server use, and this exercisem, the option-handling code from runzeo.
      156107a8
  8. 16 Nov, 2008 1 commit
  9. 18 Feb, 2008 1 commit
  10. 07 Sep, 2005 1 commit
    • Tim Peters's avatar
      Mrege rev 38358 from 3.5 branch. · a255a16c
      Tim Peters authored
      Re-add the zeoctl module to ZEO, and rewrite runzeo so
      it can run as a main program (the scripts created by
      mkzeoinstance.py expect to be able to do this).
      a255a16c
  11. 11 Aug, 2005 1 commit
    • Fred Drake's avatar
      Move to a zpkg-based setup: · df76e657
      Fred Drake authored
      - References to headers now involve the package names.
      
      - The zpkg support files have been moved to the top-level directory,
        and the releases/ tree has been removed.  The resource map and
        configuration file have been combined now that zpkg allows that.
      
      - The scripts are now all located in src/scripts/ in a checkout.
      
      - Scripts that were imported in the tests have been split into library
        and script components; the library portions share name of the
        script (in order to reduce changes).  The library portions may not
        be used as scripts directly.
      df76e657
  12. 20 May, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 30437 from 3.4 branch. · 6d491ddb
      Tim Peters authored
      Use ZConfig's new socket address types appropriately.
      
      These config file keys changed:
      
      section    key              was             is
      -------    ---------------  --------------  -------------------------
      zeo        address          socket-address  socket-binding-address
      zeo        monitor-address  socket-address  socket-binding-address
      zeoclient  server           socket-address  socket-connection-address
      6d491ddb
  13. 19 May, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 30422 from 3.4 branch. · 924ec78e
      Tim Peters authored
      Collector 1788:  runzeo fails in 2.8
      
      A patch from Mark Hammond to repair a new Windows-specific
      gimmick in ZEOServer.setup_win32_signals().
      924ec78e
  14. 28 Apr, 2005 1 commit
  15. 22 Apr, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 30120 from 3.4 branch. · 117c9d29
      Tim Peters authored
      Port ZEO changes for Windows from ZODB 3.2.
      
      In addition, repaired the useless default logging in runzeo.py.
      
      Here's Sidnei's Zope 2.7 checkin comment:
      
      * Borrow Zope's 'Signal' mechanism for Windows, if available, to
        implement clean shutdown and log rotation handlers for Windows.
      
      * Back to creating a .PID for ZEO, so external programs that wish to set
        the 'signal' can get the PID and therefore derive the signal name.
        Currently only necessary on Windows but created on all platforms which
        implement os.getpid(), as long as the 'pid-filename' option is set,
        or the 'INSTANCE_HOME' environment variable can be found.
      117c9d29
  16. 11 Mar, 2005 1 commit
  17. 02 Jun, 2004 1 commit
  18. 25 Apr, 2004 1 commit
  19. 22 Apr, 2004 1 commit
  20. 27 Feb, 2004 1 commit
  21. 14 Jan, 2004 1 commit
  22. 24 Oct, 2003 1 commit
  23. 16 Oct, 2003 1 commit
    • Jeremy Hylton's avatar
      Fix the log prefix for runzeo.py. · b3d5cd66
      Jeremy Hylton authored
      The file used to be called runsvr, but was changed.  Change the label
      to RUNZEO to match the name of the file.
      
      Add the process ID to distinguish different processes when tests are
      running.
      b3d5cd66
  24. 15 Oct, 2003 1 commit
  25. 07 Oct, 2003 1 commit
  26. 15 Jul, 2003 1 commit
    • Tres Seaver's avatar
      · 86207a9d
      Tres Seaver authored
        - Make ZEO server actually startable.  Note that the ZConfig option
          for the authentication database is named 'database', while the
          equivalent argument to the StorageServer initializer is called
          'filename':  "One of these things just doesn't belong!"
      86207a9d
  27. 30 May, 2003 1 commit
  28. 30 Apr, 2003 1 commit
  29. 29 Apr, 2003 1 commit
  30. 24 Jan, 2003 2 commits
  31. 22 Jan, 2003 1 commit
  32. 20 Jan, 2003 4 commits
  33. 18 Jan, 2003 1 commit
  34. 17 Jan, 2003 2 commits