An error occurred fetching the project authors.
- 21 Nov, 2011 2 commits
-
-
Jim Fulton authored
-
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.
-
- 11 Apr, 2011 1 commit
-
-
- 24 Sep, 2010 1 commit
-
-
Jim Fulton authored
- Logrotation/repoening via a SIGUSR2 signal wasn't implemented. (https://bugs.launchpad.net/zodb/+bug/143600) Needs windows test.
-
- 21 Jun, 2010 1 commit
-
-
Christian Theune authored
-
- 20 Aug, 2009 1 commit
-
-
Jim Fulton authored
Simplified the file-storage configuration a bit. Eliminated duplication of defaults between the Python and ZConfig interfaces.
-
- 10 Apr, 2009 1 commit
-
-
Chris Withers authored
-
- 02 Jan, 2009 1 commit
-
-
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.
-
- 16 Nov, 2008 1 commit
-
-
Jim Fulton authored
when there is just one storage.
-
- 18 Feb, 2008 1 commit
-
-
Jim Fulton authored
mode.
-
- 07 Sep, 2005 1 commit
-
-
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).
-
- 11 Aug, 2005 1 commit
-
-
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.
-
- 20 May, 2005 1 commit
-
-
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
-
- 19 May, 2005 1 commit
-
-
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().
-
- 28 Apr, 2005 1 commit
-
-
Tim Peters authored
There is no logging level named EXCEPTION.
-
- 22 Apr, 2005 1 commit
-
-
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.
-
- 11 Mar, 2005 1 commit
-
-
Tim Peters authored
-
- 02 Jun, 2004 1 commit
-
-
Jim Fulton authored
-
- 25 Apr, 2004 1 commit
-
-
Gintautas Miliauskas authored
to zLOG other than a few comments. This definitely broke the log analyzers pretty bad.
-
- 22 Apr, 2004 1 commit
-
-
Fred Drake authored
logging directly
-
- 27 Feb, 2004 1 commit
-
-
Martijn Faassen authored
-
- 14 Jan, 2004 1 commit
-
-
Jeremy Hylton authored
Bug fix from Jon Dyte.
-
- 24 Oct, 2003 1 commit
-
-
Fred Drake authored
configuration file can be used for both the runzeo and zeoctl scripts. This makes it easier to keep all the configuration needed to support the ZEO server process in a single file. For more explanation of the changes, see http://zope.org/Members/fdrake/WikiBlog/ZEOServerConfiguration
-
- 16 Oct, 2003 1 commit
-
-
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.
-
- 15 Oct, 2003 1 commit
-
-
Tim Peters authored
-
- 07 Oct, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 15 Jul, 2003 1 commit
-
-
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!"
-
- 30 May, 2003 1 commit
-
-
Jeremy Hylton authored
After the merge, I made several Python 2.1 compatibility changes for the auth code.
-
- 30 Apr, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 29 Apr, 2003 1 commit
-
-
John Dahlin authored
-
- 24 Jan, 2003 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
default.
-
- 22 Jan, 2003 1 commit
-
-
Fred Drake authored
types.
-
- 20 Jan, 2003 4 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
that we can get distutils install to munge the #! line to insert the proper Python executable file name. (/usr/local/bin/python would work too, but may not be the Python version that you intended to use, so IMO it's better to require that you use an explicit Python interpreter when invoking the scripts before they are installed.
-
Fred Drake authored
-
- 18 Jan, 2003 1 commit
-
-
Guido van Rossum authored
runzeo.py lives -- that didn't work when runzeo.py is installed in /usr/local/bin.
-
- 17 Jan, 2003 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-