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 » IBM MQ Installation/Configuration Support » Maxhandle resource question

Post new topic  Reply to topic
 Maxhandle resource question « View previous topic :: View next topic » 
Author Message
pbmsmit
PostPosted: Mon Dec 06, 2004 7:52 am    Post subject: Maxhandle resource question Reply with quote

Apprentice

Joined: 11 Jul 2003
Posts: 42
Location: Chicago

I've a technical question about MQ's MAXHANDLE-parm. Our current number is 8192 and we are experiencing problems during begin of quarterly work. The maxnumber of handles is reached and the application abends.
We have an online CICS transaction that will generate about 3900 (or more) MQ messages so we think that explains why the limit is reached.

We plan to extend the MAXHANDLE parm, but we have some questions:
1) What are the resource/performance "costs" of increasing the Maxhandle parm?
2) Are these "costs" static (when MQ starts) or dynamic (when the number of handles is growing)?
3) Is there more detailed technical info about the use of handles and how we can monitor the use of them?
Thanks
_________________
Peter Smit
LaSalle Bank Corporation, member of ABN AMRO NV Group
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Dec 06, 2004 9:43 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

The number of messages has nothing to do with the max handle parameter. In fact all your messages can be handled with one handle to the qmgr.

What you need to check is application design. If your app is multithreading the 3,000 some msgs and creating connections left and right AND ESPECIALLY not closing connections correctly you will get a max channels (clt connections), max handle(bindings) or any other series of problems.

I think you have way enough handles. On Unix boxes the default is 255 !

What you should look into is how your apps release the resource
a) in case of success
b) especially in case of an exception being raised.

Enjoy
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Maxhandle resource question
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.