Author |
Message
|
Pats21 |
Posted: Wed Jul 29, 2009 1:19 am Post subject: Connection count |
|
|
Disciple
Joined: 08 Sep 2006 Posts: 154
|
Hi All,
I see a huge 'Open Output Count' value on one of our transmission queue.
I wanted to know is there a threshold value that is set which limits this value.
I see that there is a property at QM level called 'Max Handles'.
But I am not sure whether this value affects the 'Open Output count' value, as i see that the value set for 'Max Handles' is very low then the 'Open Output Count' on the transmission queue.
Regards,
Pats ... |
|
Back to top |
|
 |
exerk |
Posted: Wed Jul 29, 2009 1:37 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
The number of OPPROCS will be consistent with the number of queues that reference it, , e.g. QREMOTE or QCLUSTER,and applications/threads that use those queues. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Jul 29, 2009 1:45 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
MAXHANDS(integer) The maximum number of open handles that any one connection can have at the same time.
so this does not affect your open output count. but it does affect e.g. the number of opens an application can perform. _________________ Regards, Butcher |
|
Back to top |
|
 |
zpat |
Posted: Wed Jul 29, 2009 1:51 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You can display the application details of the open handles on the queue and determine if any look errroneous. |
|
Back to top |
|
 |
Pats21 |
Posted: Wed Jul 29, 2009 5:27 am Post subject: |
|
|
Disciple
Joined: 08 Sep 2006 Posts: 154
|
Hi All ... thanks for your inputs ...
One thing i wanted to know is .. will this high value on open output count be a problem. Like will there be a scenario where there is a process wanting the queue and the queue does not have enough handle ...
or is this value controled by any setting on queue or QM level ? |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Jul 29, 2009 6:01 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
will this high value on open output count be a problem |
No. It means that n applications have opened a QRemote definitions that refer to the same transmission queue. This means that applications are doing work.
If the message traffic begins to exceed the physical channel bandwidth, you might consider creating a second physical channel to carry additional messages. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
exerk |
Posted: Wed Jul 29, 2009 6:06 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
bruce2359 wrote: |
...No. It means that n applications have opened a QRemote definitions that refer to the same transmission queue. This means that applications are doing work... |
...QREMOTE or QCLUSTER...
Although it could probably safely be assumed that Pats21 is not concerned about the S.C.T.Q. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|