]> Git Repo - VerusCoin.git/commit - src/rpc/server.cpp
Use asynchronous I/O to handle RPC requests
authorGiel van Schijndel <[email protected]>
Wed, 10 Aug 2011 11:53:13 +0000 (13:53 +0200)
committerGiel van Schijndel <[email protected]>
Fri, 25 May 2012 05:27:24 +0000 (07:27 +0200)
commit914dc01222c54206096cf5c066c834b27e61add0
tree9a0cdf5c2cee9cc0636b8ebcaf902ad12fc92f08
parent6b8a17119e30ddc5dd5b92ed77da49740c495ed6
Use asynchronous I/O to handle RPC requests

This allows more flexibility in the RPC code, e.g. making it easier to
handle multiple simultaneous connections later on.

Currently asynchronous I/O is only used to listen for and accept
incoming connections.  Asynchronous reading/writing is more involved.

Signed-off-by: Giel van Schijndel <[email protected]>
src/bitcoinrpc.cpp
This page took 0.026163 seconds and 4 git commands to generate.