Currently in EvaDB, a client can send a request. Until the request has been fulfilled, the client will be blocked from sending more requests.
This change to EvaDB allows clients to send multiple requests at a time. The server will now handle requests in a FIFO order and it will issue responses following that ordering as well. Once a response has completed, it will be sent to the client asynchronously.
Currently in EvaDB, a client can send a request. Until the request has been fulfilled, the client will be blocked from sending more requests.
This change to EvaDB allows clients to send multiple requests at a time. The server will now handle requests in a FIFO order and it will issue responses following that ordering as well. Once a response has completed, it will be sent to the client asynchronously.