Multithreaded JSON-RPC with HTTP 1.1 Keep-Alive support #568
pull luke-jr wants to merge 4 commits into bitcoin:master from luke-jr:rpc_keepalive changing 3 files +161 −39-
luke-jr commented at 8:59 pm on October 4, 2011: memberThis is a combination of my older multithreaded patch and parts of JoelKatz’s 4diff patch. My original patch was required to get Eligius started and had testing from early 2011 until a few months ago when I merged it with JoelKatz’s code (which fixed SSL JSON-RPC and added keepalive support). Since then, the combination has had plenty of testing on Eligius with the 0.3.24 codebase.
-
jgarzik commented at 4:52 pm on December 19, 2011: contributornot sure about ThreadSafeRPC/ThreadUnsafeRPC markers adding value. However the rest looks good to have.
-
luke-jr commented at 4:58 pm on December 19, 2011: memberWithout them, there’s no way to gradually migrate things to be threadsafe. When 100% of JSON-RPC commands are known to be threadsafe, then it makes sense to remove it…
-
muggenhor commented at 5:56 pm on December 24, 2011: contributorI’ve updated #457 to be on top of this pull request. It’s code changes are reasonably small so it should be easy to merge into this pull request. (Small enough to understand the consequences of merging, not to perform the actual merge itself as that should be a fast-forward).
-
Support multi-threaded JSON-RPC 73636bc230
-
Implement ThreadSafeRPC and ThreadUnsafeRPC system to allow specific parts to be made thread-safe 8349ef0558
-
Support for HTTP/1.0 and HTTP/1.1, including the proper use of keep-alives 7ee8f04aa1
-
Allow at least CreateNewBlock (in getwork) to run in parallel with other JSON-RPC requests 1fbd8edfc1
-
luke-jr commented at 10:54 pm on April 14, 2012: memberFWIW, since originally submitting this pullreq, I’ve kept it up to date with master, and Eligius is running a 0.6-based bitcoind with it now, as well as having continual testing in my next-test branch (which I run locally).
-
luke-jr closed this on Apr 24, 2012
-
ptschip referenced this in commit 33bfd360ca on May 15, 2017
-
dexX7 referenced this in commit a57db1cdbc on Mar 22, 2018
-
sipa referenced this in commit cc05fa919a on Mar 30, 2019
-
sipa referenced this in commit 1e32413e52 on Mar 30, 2019
-
sipa referenced this in commit 54245985fb on Mar 31, 2019
-
sipa referenced this in commit 3fe71bbd95 on Apr 2, 2019
-
LongShao007 referenced this in commit 3d9a3d2063 on Jul 15, 2019
-
LongShao007 referenced this in commit 8af66f3427 on Jul 15, 2019
-
LongShao007 referenced this in commit 807f206f73 on Jul 15, 2019
-
fjahr referenced this in commit aa15154a48 on Jul 24, 2019
-
kallewoof referenced this in commit 8fd8a45011 on Oct 4, 2019
-
kallewoof referenced this in commit c866f52e2a on Oct 4, 2019
-
KolbyML referenced this in commit bc86927231 on Sep 4, 2020
-
backpacker69 referenced this in commit ef89673ace on Mar 28, 2021
-
rajarshimaitra referenced this in commit 1997ed28a7 on Aug 5, 2021
-
DrahtBot locked this on Sep 8, 2021
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 21:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 21:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me