diff options
| author | David Joel Schwartz <[email protected]> | 2012-04-14 20:35:58 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-08 20:11:17 -0400 |
| commit | e9205293bd8d6352ce51372111336ba3c4e14e70 (patch) | |
| tree | 28963d21d87c814049ee10cd5bb22e0eca6e1619 /src/init.cpp | |
| parent | Merge branch 'tmp-ipv6' into merge-ipv6 (diff) | |
| download | discoin-e9205293bd8d6352ce51372111336ba3c4e14e70.tar.xz discoin-e9205293bd8d6352ce51372111336ba3c4e14e70.zip | |
Support multi-threaded JSON-RPC
Change internal HTTP JSON-RPC server from single-threaded to
thread-per-connection model. The IP filter list is applied prior to starting
the thread, which then processes the RPC.
A mutex covers the entire RPC operation, because not all RPC operations are
thread-safe.
[minor modifications by jgarzik, to make change upstream-ready]
Diffstat (limited to 'src/init.cpp')
0 files changed, 0 insertions, 0 deletions