mirror of https://github.com/hyperledger/besu
Multithread Websockets to increass throughput (#231)
Vertx by default orders all calls to executeBlocking in an ordered fashion. As a side effect all requests are single threaded, even across multiple clients. Because JSON-RPC has request identifiers it is not needed to thread responses as they can be answered out of order. This also allows multiple threads to handle requests, increasing throughput. Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>pull/238/head
parent
86abac84c0
commit
d643ad506e
Loading…
Reference in new issue