|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ThreadPooling of message flows? |
« View previous topic :: View next topic » |
Author |
Message
|
JYama |
Posted: Tue Oct 23, 2007 10:18 pm Post subject: ThreadPooling of message flows? |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Hello, experts,
Does anybody know about the spec of thread-pooling of WMBv6?
How threads are assigned during message processing?
It may be an internal spec which is undisclosed?
Regards, |
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Oct 23, 2007 10:45 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi JYama,
Nothing undisclosed about it, I think....it's available in the Infocenter.
Basics, 1 thread for each flow, if additional instances is specified as X, then for every incoming message, thread increases until X....
Regards. |
|
Back to top |
|
 |
JYama |
Posted: Tue Oct 23, 2007 10:59 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
elvis_gn wrote: |
Basics, 1 thread for each flow, if additional instances is specified as X, then for every incoming message, thread increases until X....
|
Thank you very much for your information, elvis_gn.
Let me ask you one question.
Does it mean that all threads will be permanently kept once the number of threads reached to the number X? |
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Oct 23, 2007 11:30 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi JYama,
JYama wrote: |
Does it mean that all threads will be permanently kept once the number of threads reached to the number X? |
No, the thread will die when the processing of the flow is over...
Regards. |
|
Back to top |
|
 |
JYama |
Posted: Tue Oct 23, 2007 11:39 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
elvis_gn wrote: |
No, the thread will die when the processing of the flow is over...
|
I see.
In default, only one thread(instance) exists and additional instances will be created in the case of multiple messages arrive.
Thanks,  |
|
Back to top |
|
 |
Bill.Matthews |
Posted: Wed Oct 24, 2007 3:27 am Post subject: |
|
|
 Master
Joined: 23 Sep 2003 Posts: 232 Location: IBM (Retired)
|
There is an exception to the thread allocation - when there is only one Input node in the flow, the statement is correct.
However, when there are multiple Input nodes in the flow, each one will be allocated a thread.
Prior to V6.1 (which introduces an improved allocation method), when additional instances are defined - and if one Input node is very active, then it is possible for that node to consume all of the additional instances and thus limit the other node to a single thread.
With V6.1 - we will have the ability to allocate additional instances and identify how many go to each Input node. _________________ Bill Matthews |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|