Long delay before sending SOAP request

2014-03-24 Thread Felix Ngaserin
I am using CXF 2.7.10 at the moment, however for the past few days I've been experiencing a slowdown. I'm using JaxWSProxyFactoryBean to create my service class as pointed out by the user guide. It works fine but however sometimes I do experience a slow down. This is what I get from the

Re: Long delay before sending SOAP request

2014-03-24 Thread Daniel Kulp
At that point, it’s establishing the connection, handling any HTTPs handshake, and then writing the data to the connection. Thus, it could be anything from the server side’s backlog being full and thus having to wait, the server side being slow reading some data, the HTTPs hand shake trying

Re: Long delay before sending SOAP request

2014-03-24 Thread Felix Ngaserin
Menara Imperium Lt. 26 Jl. HR. Rasuna Said Kav. 1 Jakarta Selatan 12980 - Original Message - From: Daniel Kulp dk...@apache.org To: users@cxf.apache.org, Felix Ngaserin fe...@nusapro.com Sent: Tuesday, March 25, 2014 12:09:35 AM Subject: Re: Long delay before sending SOAP request