|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
configuration about 1000 connection in the server-client |
« View previous topic :: View next topic » |
Author |
Message
|
bcruzmendo |
Posted: Tue Nov 21, 2006 7:11 am Post subject: configuration about 1000 connection in the server-client |
|
|
Newbie
Joined: 26 Jan 2006 Posts: 5
|
Can somebody give me your advice or suggestion about if you know a configuration or similar to use about 1000 conections o more in a configuration client-server, the server is a MQ installed in a Z/Os environment, currently we have our applications under client-server where which branch send the message one by one, the messages are sended using a connect/open,Get o Put/close/disconnect and this operations in days with the system are full the use of CPU is high (peak). Our proposal is to connect the 1000 connections, with this action we consider the CPU will be high only during the period of the connect and after the use of CPU will be decreased because the application don’t do the connect and disconnects actions.
The 1000 connections we are planning to connect using a java application in the windows environment.
Any help or advice will be appreciate.
Thanks a lot.
Regards. _________________ BCM |
|
Back to top |
|
 |
xxx |
Posted: Tue Nov 21, 2006 8:36 pm Post subject: |
|
|
Centurion
Joined: 13 Oct 2003 Posts: 137
|
Just Wondering Why do you need 1000 connetions for a Java Application
Is this a online Application from 100 Windows Servers where you do synchrous Messaging ?
Are the messages continuosly routed 24/7 from all these client Windows Servers , Or You can send them In Batches ,
If It is a Synchrous Connection , You have the option of Just Connect to Qmanager , Connect to Queue and wait indefinetly ,
Also there is MQPUT1 I believe where you can simply the open , put , close in one Call,
Also Check
------------------------------------------------
Connection pooling
WebSphere MQ classes for Java provides additional support for applications that deal with multiple connections to WebSphere(R) MQ queue managers. When a connection is no longer required, instead of destroying it, it can be pooled and later reused. This can provide a substantial performance enhancement for applications and middleware that connect serially to arbitrary queue managers.
-------------------------------------------------------------------------
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzaw.doc/csq77cpl.htm
------------------------------------------------------------------------
Finally you may want to use Triggering on windows and send Messages in batches , Mq triggering is better way in some cases, |
|
Back to top |
|
 |
bcruzmendo |
Posted: Fri Nov 24, 2006 11:29 am Post subject: |
|
|
Newbie
Joined: 26 Jan 2006 Posts: 5
|
hi,
this application have arround 1000 windows client (branches) and the communication is asyncronuos because if the message isn't in the reply queue the application response a timeout and the changes are rollbacked, the timeout is about 45 seconds. _________________ BCM |
|
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
|
|
|
|