You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (JIRA)" <ji...@apache.org> on 2019/08/13 10:24:00 UTC

[jira] [Updated] (IGNITE-11685) Java thin client: Handle multiple async requests in parallel

     [ https://issues.apache.org/jira/browse/IGNITE-11685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-11685:
---------------------------------------
    Fix Version/s: 2.8

> Java thin client: Handle multiple async requests in parallel
> ------------------------------------------------------------
>
>                 Key: IGNITE-11685
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11685
>             Project: Ignite
>          Issue Type: Improvement
>          Components: thin client
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: iep-34
>             Fix For: 2.8
>
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> In the current implementation {{ReliableChannel}} uses an exclusive lock to send a request and waits for response synchronously. In this implementation, there are no benefits of using multiple threads. To improve throughput and latency we can implement async request/response processing on the client side, since the server side is already async.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)