Changes between Version 13 and Version 14 of GuiRpcProtocol


Ignore:
Timestamp:
Sep 9, 2008, 8:09:12 AM (16 years ago)
Author:
Nicolas
Comment:

wording

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpcProtocol

    v13 v14  
    1212Note that the core client (RPC server) doesn't support pipelining of requests (pipelining means sending a batch of multiple requests without waiting for a reply, then getting all the replies together; this improves latency). For compatibility, pipelining must not be used.
    1313
    14 To terminate the RPC session, just close the connection on the client side. Warning: some protocols have a specific "quit" command for this. The GUI RPC protocol has a {{{<quit/>}}} command, but it has a '''completely different purpose: quitting the core client'''.
     14To terminate the RPC session, just close the connection on the client side. Warning: some protocols have a specific "quit" command for this. The GUI RPC protocol has a {{{<quit/>}}} command, but it has a completely different purpose: telling the core client to quit.
    1515
    1616== Common replies ==