• Jeremy Hylton's avatar
    Refactor ZEOStorage to remove the strategy classes. · fc016c92
    Jeremy Hylton authored
    The strategy classes stopped being useful, because the code had been
    modified to always use one of the strategies.  The classes were left
    behind because editing the code to use a single class was too much
    work at the time.
    
    Move all the logic back into ZEOStorage.  Rename non-public methods on
    the class to start with _.  Use lambda: rather than getattr()() to
    invoke the method that gets delayed waiting for the storage lock.
    fc016c92
StorageServer.py 26.6 KB