dev@jax-ws.java.net

JAXWS, METRO performance question...

From: Tony Anecito <adanecito_at_yahoo.com>
Date: Sun, 4 Oct 2009 16:23:25 -0700 (PDT)

Hi All,

Sorry if I double booked this question but not sure if JAX-WS.dev is being used any longer.

I am using JAX-WS that comes with 1.6.0_16 and Java Webstart. I was profiling my client side code when making JAX-WS requests and noticed that for each call back to my web service a checkConnect call was being executed that was taking up more than 50% of my response time. Since I used all permissions for my jnlp file I was wondering why the call was getting executed. Thinking that Webstart would always execute that method regardless of permission level I was wondering if I can keep the connection open back to the server using some setting with JAX-WS to verify my performance hunch.

So does anyone know how to keep the connection open for JAX-WS for an extended period of time?

Thanks,
-Tony