|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
WMB<->ORA DB Session Handling |
« View previous topic :: View next topic » |
Author |
Message
|
spahrson |
Posted: Thu Oct 25, 2012 1:23 am Post subject: WMB<->ORA DB Session Handling |
|
|
Newbie
Joined: 18 Feb 2011 Posts: 6
|
Hi all,
I have a broker application connected to an oracle mts environment with odbc. I use the data direct odbc driver. Now I have noticed that it is important how I scale the application. Eg. if I create 1 executiongroup with 80 additional instances, the number of processed messages is much lower than when I create 3 processes with each 20 additional instances. With this change i jumped form 3msg/s up to 110msg/s for database inserts over storedprocedures.
My explanation for this is that the broker is handling ora sessions differently. So which each exeGrp I get a new proccess on ora database, because I use a different session. While additional instances always use the same one session of the exeGrp. So, if I need multiprocessing on ora, i have to create multiple exeGrp (with all its disadvantages, eg. additional JVM).
Does that makes sense? I don't have much experience with ora, and I don't have any dba rights on ora. So I can't check the sessions/procceses on the database.  |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Oct 25, 2012 5:14 am Post subject: Re: WMB<->ORA DB Session Handling |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
spahrson wrote: |
have to create multiple exeGrp (with all its disadvantages, eg. additional JVM). |
I'm sorry... I think you mean: create multiple exeGrp (with all its advantages, eg. additional JVM). _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
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
|
|
|
|