ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Performance Tuning

Post new topic  Reply to topic
 Performance Tuning « View previous topic :: View next topic » 
Author Message
kirank
PostPosted: Thu Aug 24, 2006 2:25 pm    Post subject: Performance Tuning Reply with quote

Centurion

Joined: 10 Oct 2002
Posts: 136
Location: California

Hi,

I want to do some performance tuning on existing message flows and was just what would be the best option to do it. I have a message flow wherein a copy of message is sent to three different compute nodes. Each compute node has ESQL logic to either filter the message or transform it to the target format. These are all huge SAP Idoc messages getting parsed in each compute node. I am thinking becuase of three compute nodes the memory required for parsing is multiplied three times. We have a resource constraint and maxed out on RAM on the servers. Upgrading the servers is going to happen in next six months but in the interim we need something.
I am thinking that by combining all the code into One compute node will give performance improvement. If I do that and pass the reference to input message to three different functions in one compute, will I get any improvement? Will broker internally still create three copies of message? If yes then obviously there is no point in doing that. Is there any other option?

Regards

Kiran
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Aug 24, 2006 3:33 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You can improve performance by compacting the nodes down to one.

You can also improve performance by copying the message once an appropriately parserd field in the Environment, doing all your manipulations there, and then copying it ONCE to OutputRoot when you're done.

At a minimum, I would look at doing all the necessary parsing in a single node - and copying all the key data fields into the environment and then using them there rather than doing several CopyEntireMessage()s in several compute nodes.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
kimbert
PostPosted: Fri Aug 25, 2006 2:01 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

One of the best ways to improve performance is to move to v6
( if you haven't already )
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Performance Tuning
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.