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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Different Aplications Running in the same instance of MQWF

Post new topic  Reply to topic
 Different Aplications Running in the same instance of MQWF « View previous topic :: View next topic » 
Author Message
kutulu2000
PostPosted: Tue Sep 05, 2006 9:18 am    Post subject: Different Aplications Running in the same instance of MQWF Reply with quote

Acolyte

Joined: 08 Nov 2005
Posts: 63
Location: Mexico

Hi,

Actually we have two different applications running each one on a different instance of MQWorkflow, each application has different architecture and services to provide. I think that these applications can't coexist in the same instance of MQWorkflow, because the data structures are differents ( one uses only the Default Data structure full of information and the other uses lightweight data structures ) , one these applications uses triggers on the FMC.WORK_ITEM table to insert information into another data base, etc, but the people who take the decisions about the budget want to these applications run over the same MQWF server, sharing the same database, resources, etc.

Has anyone had any experience in a situation like this?
Can these applications run together?
_________________
#10
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Ratan
PostPosted: Tue Sep 05, 2006 12:03 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

I dont see any reason why they should not run on the same MQWF Instance unless there are any performance reasons to seperate those.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
kutulu2000
PostPosted: Tue Sep 05, 2006 1:19 pm    Post subject: Reply with quote

Acolyte

Joined: 08 Nov 2005
Posts: 63
Location: Mexico

Both applications must implement searches into the same WORK_ITEM table, and one of them performs these searches over a 30 data members using LIKE and the other performs the search over a lightweight data structures (7 or 8 data members). One of them is managed by another Fat Client Application ( poor implementation for a Workflow Concept ) and the other is a Thin Client managed by MQWorkflow itself. Obviusly, you must have the complete information to make a decision, but I want to know your opinion with these elements.

Thanx
_________________
#10
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Ratan
PostPosted: Wed Sep 06, 2006 3:43 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

Type of Client does not matter.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Thu Sep 07, 2006 7:21 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

kutulu2000 wrote:
Both applications must implement searches into the same WORK_ITEM table, and one of them performs these searches over a 30 data members using LIKE and the other performs the search over a lightweight data structures (7 or 8 data members).


Are you saying that you have code which is querying the table? Or that you are using the API to query the table. Sounds to me like the former. This is not a good idea, and would likely not be supported.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
kutulu2000
PostPosted: Fri Sep 08, 2006 3:49 am    Post subject: Reply with quote

Acolyte

Joined: 08 Nov 2005
Posts: 63
Location: Mexico

No no, both applications uses API to query the table but one of them uses the default data structure full of information and access to the data members by puting on the description field of each program activity using %data memeber1%data member2%....%data member30%. The other one uses several light weight data structures and access to the data members only putting key data members on the description field. I think that if both applications searches on the same WORK_ITEM table, the performance will be affected in a very important way.
_________________
#10
Back to top
View user's profile Send private message Send e-mail MSN Messenger
jmac
PostPosted: Fri Sep 08, 2006 5:28 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

GOOD... What you might consider is putting an index on the table to help the query. Use of LIKE will always add a db performance burden, but with a proper index it should be OK.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
mzg
PostPosted: Thu Sep 28, 2006 5:49 am    Post subject: Reply with quote

Newbie

Joined: 01 Oct 2003
Posts: 8

Creating an index on the description will definitively help, but not in the case where you do a filter with
description like '*text*'
Here you'll have a nonindexable predicate which will result in a table scan (or at least an index scan).

Description like '
will fully utilize the index.

Good Luck!
_________________
Cheers,
Richard.
-----------------------
IBM Websphere MQ Workflow & Process Choreographer Performance Focal Point
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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Different Aplications Running in the same instance of MQWF
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.