Thanks Dennis, that was a good information. -----Original Message----- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED] Sent: 11 December 2007 09:15 To: [email protected] Subject: Re: Real time axis performance - Any case studies available?
Hi Natraj, Response under heavy load is going to depend on a number of issues, including the servlet engine used for deployment. Since you're talking about payments, security may also be an issue - WS-Security processing overhead will generally cut your performance by a factor of 2-4x (depending on the size of your data, and on whether you're using both encryption and signatures or only encryption). From what I've seen, though, Axis2 performance is pretty much on a par with other comparable frameworks (JAX-WS, XFire). The best way to check performance for your specific requirements is to mock-up the service and try it out under load. If you return a somewhat realistic response to somewhat realistic requests you should get a very good idea of the Axis2 overhead. Then you just need to judge whether there's enough processor time available for running your actual implementation code. As far as I'm concerned, doing this kind of test is a best practice for any applications with specific performance requirements. - Dennis -- Dennis M. Sosnoski SOA and Web Services in Java Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Gudla, Natraj (GE Money, consultant) wrote: > Hi All, > > Is Axis2 proven to handle real time heavy load of concurrent > request(s) and process them with quick responses. I am interested to > check any case studies or hard learnings from any one who might have > had this situation. We are trying to build an on-line payment > application, which requires customer payments to be authored in quick > turn around seconds. The web applicaiton will hit a new web service > layer to be developed which internally interacts with one or more > third party web services. > > Before we kick off using Axis2 we need to understand the real time > performance. Any inputs will highly be appreciated. > > Cheers > Natraj. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
