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 on z/OS with XML messages

Post new topic  Reply to topic
 Performance on z/OS with XML messages « View previous topic :: View next topic » 
Author Message
Maximreality
PostPosted: Tue Apr 26, 2005 5:50 am    Post subject: Performance on z/OS with XML messages Reply with quote

Acolyte

Joined: 04 Jun 2004
Posts: 65
Location: Copenhagen

Is it reasonable to expect a CPU usages of about 50ms pr. message with an output size of 250Kbyte pr. message, just for creating the output structure???

The broker is creating the entire output XML structure from scratch.
I am using references to create the entire structure, like the example below...., do you guys have any ideas on how to lower the CPU usage?

Code:

CREATE LASTCHILD OF XMLref NAME 'ASmallPrefix:ATagName';
MOVE XMLref LASTCHILD;
   CREATE LASTCHILD OF XMLref NAME 'SomeLongePrefixTheCustomerWants:AReallyLongTagNameThatTheCustomerLikes';
   MOVE XMLref LASTCHILD;
      CREATE LASTCHILD OF XMLref TYPE XML.Attribute NAME 'Status' VALUE 'Create';
      CREATE LASTCHILD OF XMLref NAME 'AnotherLongePrefixTheCustomerWants:AnotherReallyLongTagNameThatTheCustomerLikes';
      MOVE XMLref LASTCHILD;
         CREATE LASTCHILD OF XMLref NAME 'LongePrefixTheCustomerWants:LongTagNameThatTheCustomerLikes' VALUE 'SOMEDATA';
         CREATE LASTCHILD OF XMLref NAME 'LongePrefixTheCustomerWants:LongTagNameThatTheCustomerLikes' VALUE 'SOMEDATA';
         CREATE LASTCHILD OF XMLref NAME 'LongePrefixTheCustomerWants:LongTagNameThatTheCustomerLikes' VALUE 'SOMEDATA';
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 on z/OS with XML messages
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.