Ticket #69 (closed defect: wontfix)
Perspective broker
| Reported by: | KevinLai | Owned by: | KevinLai |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.5.0 Usability and Reliability |
| Component: | Other | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by KevinLai) (diff)
The current XML-RPC protocol has some problems:
- slow serialization
- no challenge/response
- poor support for exception passing
- can't serialize some data types easily
- no support for authentication
It has one main advantage: it is usable from other languages. However, Tycoon has to add so many other semantics to the protocol to rectify the above problems that interoperability with other implementations is already difficult.
Twisted's Perspective Broker promises to address these problems. On sticking point is whether it would work through a SOCKS proxy. Twisted includes SOCKS support, but this has to be tested.
See this.
Change History
Note: See
TracTickets for help on using
tickets.
