4,156 questions
4,369 answers
5,718 comments
There's an rpcthreads runtime parameter (default value 4) that limits the number of simultaneous JSON-RPC requests that can be processed. If you try sending more requests than that in parallel, the node itself won't suffer - you'll just find the client is waiting for the connections to become available. In practice because of MultiChain's internal architecture you're unlikely to see much value in sending more than 2 JSON-RPC requests simultaneously.