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 » General IBM MQ Support » MCATYPE

Post new topic  Reply to topic
 MCATYPE « View previous topic :: View next topic » 
Author Message
masteringmq
PostPosted: Mon Jan 05, 2009 7:28 pm    Post subject: MCATYPE Reply with quote

Master

Joined: 20 Oct 2008
Posts: 200

MCATYPE attribute value:
* SAME - Attribute remains unchanged
* PROCESS - MCA runs as a separate process
* THREAD - MCA runs as a seperate thread

The sender, receiver and server channel uses PROCESS. The cluster sender and receiver channel uses THREAD.

Advantage of running as a PROCESS

According to the intercommunication manual starting a thread is much faster than to instruct an OS to start a process. Apart from that thread can be easily configured from the command line. Also thread uses less storage space.

Advantage of running as a THREAD

Accord to the intercommunication manual:
v Isolation for each channel providing greater integrity
v Job authority specific for each channel
v Control over job scheduling

My understanding what the intercommunication manual is saying stated below:

As for process the channel is isolated to provide greater integrity. Since a process runs independently from each other therefore it is treated as a seperate entity. So once the process runs independently it will have sufficient privilage and priority over completing task.

Can anyone kindly help me to understand what the intercommunication manual is saying?.
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 » General IBM MQ Support » MCATYPE
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.