Posted: Fri May 19, 2006 8:39 pm Post subject: Performance Issue
Acolyte
Joined: 17 Aug 2005 Posts: 62 Location: Bengalooru
Hi All,
We are using WBIMB 5.0 and the Broker running on Solaris Server. We are facing some issues related to performance. In normal timings the broker able to process the messages quite fast. But in peak time there were around 1000 messages stucks in the flow input Q. Once the traffic goes less the Q depth reaches 0.
The flow actually performs following operations.
> Select record from the table depending upon two key column values.
> call Web service and get the response back
> Construct message and send it to another Q
Right now there are around 13 lakh records in the table.
Posted: Sat May 20, 2006 4:47 am Post subject: Re: Performance Issue
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
MSAT wrote:
Hi All,
We are using WBIMB 5.0 and the Broker running on Solaris Server. We are facing some issues related to performance. In normal timings the broker able to process the messages quite fast. But in peak time there were around 1000 messages stucks in the flow input Q. Once the traffic goes less the Q depth reaches 0.
The flow actually performs following operations.
> Select record from the table depending upon two key column values.
> call Web service and get the response back
> Construct message and send it to another Q
Right now there are around 13 lakh records in the table.
If any suggessions please reply.
Thank you in advance.
MSAT
There are a number of things you can do to achieve more throughput. But to get the most spectacular result you really need to find out where your bottleneck is. Instrument your flow to find out how much time is spent in each of the tasks:
database response time
web service response time -- this is what I would suspect could be the most difficult to fix and the one impacting the most performance as the degradation is affecting you at peak times only...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum