Hi,

I wonder why Sandesha1.0 compared with simple Axis calls has extremely high response times. I read a thread about this were you recommended to edit the WSRMPolixy.xml.
I did this and set:

   <wsrm:BaseRetransmissionInterval Milliseconds="30"/>
   <wsrm:AcknowledgementInterval Milliseconds="20"/>

This results in no significant performance improvement.

Sandesha needs at least 5 messages according to the RM-Specification (CreateSeq, CreateSeqRes, SequenceMsg, Acknowledgment, Terminate). This would result in a 5 times higher response time. If I use a two-way call this would be increase to 10 (because of the additional sequence for the response message).

Additionally there is the delay of looking for messages in the queue.

A simple Axis call on my system needs approx. 6-8 ms. When I call the same service by using Sandesha it needs 4000-5000ms (I would expect something between 150-200ms). From what does this high response time result?.

Thanks,

Benjamin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to