Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] [External] : Performance dip from Jersey 1 to Jersey 2
  • From: Jan Supol <jan.supol@xxxxxxxxxx>
  • Date: Thu, 10 Mar 2022 14:26:53 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=qjLuYsHkMfN0dXUbPo44zclsVvoC14Jipf6kpfuiBYs=; b=Th6h81Mfp0Ge1MHA/8rfcwxUYCXeGby4gA183xjq/2X4SJsu1+VspVQ1S9hMoG4Pm7n+NXAzqZJ5iWIpPWwfPDjpSZ404aRFJM8iNeYecc1XuiXzS1+MswbdtBT4PeMSSpCxJCWmpfIk9nZ/nR/bdsSLTaYQh3rsT7Uvs2wuwnzU52/J3gPzAhYWyHHSQR4rlYBaa05sHZ5vM1RnFyYaMWbLUuOanzgCL/BHA38ncnHcAY71c2LWxOmpCIc6zoR9e5K4rzrLaz19/bDNpSKgd6r684z0H6ZnJiHtU3BRA6wvSlcYUaGEFe3ypiX219kG1KCqJL5oGZZNoVaStJjGMQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CDGeDOkb8MSJfWU9yq7GU0cEtEMqusgQ+2T5+r6P/O9hXPDvBN/DgZuJQ4G1ouUXkpJvEkJV/cDtIUkwnQoR/Ouz3SJmh5us6uNHP2KD883ARFGIbMFMBn5JiIQNa8qL/fVrcqqBqW3wWajimgWn6lz9T2h33BiVvhPHM7uiyKWuqGGVlCZWSE/1XpY554VEDtE60kEgYv6KU4rkZPeoPnWMkzyaEnUBxy9KwM142xQoueblpJPgRKuU/YvGL5he1n4kPkpOQKOwX0488/nXoiYtKwockdfY1rMuVOkzd/qNbGxpRH+CT+ZQuxeNaeVA5vQoPCIpGe/wGUuIaiVM8g==
  • Delivered-to: jersey-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jersey-dev/>
  • List-help: <mailto:jersey-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: b2390595-7553-afc4-b559-0a1f846894f6
  • Thread-index: AQHYNGUeSzutU6C6wUykbdzUpSNk86y4q8kP
  • Thread-topic: [External] : [jersey-dev] Performance dip from Jersey 1 to Jersey 2

Hi, can you please be more specific in what you do in your app to see the throughput dip? Is it just a sequence of HTTP requests, is it SSE communication, or something else? Do you use some 3rd party lib such as for json?
-- Jan 

From: jersey-dev <jersey-dev-bounces@xxxxxxxxxxx> on behalf of Nagesh Soni <nageshsoni393@xxxxxxxxx>
Sent: Thursday, March 10, 2022 10:51 AM
To: jersey-dev@xxxxxxxxxxx <jersey-dev@xxxxxxxxxxx>
Subject: [External] : [jersey-dev] Performance dip from Jersey 1 to Jersey 2
 
Hi Team,

I am facing a throughput dip switching from Jersey1 to Jersey2 while
using jetty server. Is there any known reason why this dip can occur?

Jersey1 version: 1.19.4
Jersey2 version: 2.29
Jetty version: 9.4.43.v20210629

Thanks & Regards,
Nagesh Soni
_______________________________________________
jersey-dev mailing list
jersey-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jersey-dev__;!!ACWV5N9M2RV99hQ!dN1cq9aZtpaMPgR-nycyTL2DqDoUVbFVPylDbJ3m4vg-A9Jw_9i5OhRGgxO8ZX0P$

Back to the top