Changes between and of Initial VersionVersion 1Ticket #5732
- Timestamp:
- 06/28/2012 01:34:53 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5732
- Property component changed from core to web
- Property summary changed from server.register_multicall_functions() Inclusion! to Support XML-RPC multicalls
-
Ticket #5732 – description
initial v1 1 I need this function from xmlrpc to be provided by twisted too. 2 server.register_multicall_functions() 3 4 We have CCU of homematic which triggers events only by multicalls and we use twisted server. So, it's compulsory for us. 1 There is a commonly supported XML-RPC extension for calling multiple procedures with a single HTTP request. This is commonly exposed as "system.multicall". It's not clear whether a standard exists to define how it operates, but lots of implementations exist.
