• Jim Fulton's avatar
    Refactored the zrpc implementation to: · 6a945252
    Jim Fulton authored
    - Most server methods now return data to clients more quickly by writing to
      client sockets immediately, rather than waiting for the asyncore
      select loop to get around to it.
    
    - More clearly define client and server responsibilities. Machinery
      needed for just clients or just servers has been moved to the
      corresponding connection subclasses.
    
    - Degeneralized "flags" argument to many methods. There's just one
      async flag.
    6a945252
StorageServer.py 51.2 KB