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

We accept JSON and send JSON in response and we see that the request takes some seconds between filter and application.
3rd party lib for JSON : Jackson

On Thu, 10 Mar 2022, 7:57 pm Jan Supol, <jan.supol@xxxxxxxxxx> wrote:
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$
_______________________________________________
jersey-dev mailing list
jersey-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jersey-dev

Back to the top