Add system.multicall support for the XML-RPC server
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from ramen <None>: The Twisted XML-RPC server does not come with system.multicall, a de facto standard method which allows a batch of methods to be called in a single request. I wrote an implementation which handles deferred results and ensures that exceptions in one method call do not prevent the other methods from executing. ---------- Type : enhancement Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3823