Changes between Version 1 and Version 9 of Ticket #3783


Ignore:
Timestamp:
2022-08-11T18:30:23Z (2 years ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3783

    • Property Summary changed from IServer has a bunch of Foolscap-specific assumptions that need fixing to storage_client.py should use HTTP if it's in the announcement
  • Ticket #3783 – Description

    v1 v9  
    1 Do we need IServer, or is it really just NativeStorageServer and the interface can go away?
     1Part of #3901. Blocked on #3902. Probably implement in the same branch as #3912?
     2
     3IServer has a bunch of Foolscap-specific assumptions that need fixing. Do we need IServer, or is it really just NativeStorageServer and the interface can go away?
    24
    35More broadly there's some basic impedance mismatch between connection-oriented foolscap and request-oriented GBS. E.g. the webui wants to show users how many servers they're "connected to". There may be some test code that tries to wait until "enough" servers are "connected to".