From issues-return-97095-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Jul 8 09:31:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C24D0180665 for ; Mon, 8 Jul 2019 11:31:01 +0200 (CEST) Received: (qmail 27085 invoked by uid 500); 8 Jul 2019 09:31:01 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 27073 invoked by uid 99); 8 Jul 2019 09:31:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2019 09:31:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 75EB7E2E9A for ; Mon, 8 Jul 2019 09:31:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2FFF726562 for ; Mon, 8 Jul 2019 09:31:00 +0000 (UTC) Date: Mon, 8 Jul 2019 09:31:00 +0000 (UTC) From: "Ivan Pavlukhin (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-11685) Java thin client: Handle multiple async requests in parallel MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-11685?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 880150#comment-16880150 ]=20 Ivan Pavlukhin commented on IGNITE-11685: ----------------------------------------- [~alex_pl], I checked the latest changes, everything looks fine. > 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 > Time Spent: 4h 20m > Remaining Estimate: 0h > > In the current implementation=C2=A0{{ReliableChannel}} uses an exclusive = lock to send a request and waits for response synchronously. In this implem= entation, there are no benefits of using multiple threads. To improve throu= ghput 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.3#76005)