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 » Connection pool of workflow

Post new topic  Reply to topic
 Connection pool of workflow « View previous topic :: View next topic » 
Author Message
aghallab
PostPosted: Tue Aug 31, 2004 12:29 am    Post subject: Connection pool of workflow Reply with quote

Apprentice

Joined: 20 Jul 2004
Posts: 31

Hi all,
I want to ask if API of workflow use mechanism like connection pool to handle connection with workflow server. For example when I use method logon2 is API will use new connection with server or will check if there connection available and use it. I handled this problem programming by 80%. But I wonder if workflow uses this mechanism
thanks.
Back to top
View user's profile Send private message
hos
PostPosted: Tue Aug 31, 2004 11:49 pm    Post subject: Reply with quote

Chevalier

Joined: 03 Feb 2002
Posts: 470

Hi,

MQWF has a 'session' concept. A session is represented via an ExecutionService object. Each execution service has established exactly 0 or 1 session to the server at one time. A program can re-use an execution service to establish a new session with a different userID but only one at a time. So there is no connection pooling here. It is a 1:1 relation between execution service and a session.

Under the covers however a session is using MQ connection(s). And these connections may use connection pooling. But this is infrastructure from the viewpoint of MQWF.
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 » Connection pool of workflow
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.