Changes between Version 1 and Version 9 of Ticket #3783
- Timestamp:
- 2022-08-11T18:30:23Z (2 years ago)
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? 1 Part of #3901. Blocked on #3902. Probably implement in the same branch as #3912? 2 3 IServer 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? 2 4 3 5 More 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".