users@jersey.java.net

[Jersey] performance issues with LinkFilter

From: Philipp Michel <P._Michel_at_web.de>
Date: Tue, 15 Jan 2013 19:56:25 +0100

Hi,

I use @Ref attribute on any of my models and the LinkFilter of Jersey 1.9 .
On performance tests with Jmeter I've got performance gaps on some GET
requests while accessing parallel. While looking with VisualVM on the
machine I saw that the doFilter method consumes a lot of CPU time. Has
anybody similar problems?

P.s.: I use @Ref("/", Style.ABSOLUTE)

Regards
Philipp