Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Why are web service initial requests slow in Axis2?

Initial call to stub is like ~3000ms, every other call is like ~50ms.

I would guess that it has something to do with session overhead, but I've been wondering if there is anyway to eliminate some of the over head in that 3000ms.

Thanks, Chenz

share|improve this question
Sure, when you start up the webservice, run your tests to make certain it is working. :) – James Black Aug 2 '10 at 14:33
is your Axis2 servlet set up with "load-on-startup"? – user159088 Aug 30 '10 at 20:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.