Dennis,
        Due to the fact we are using an MQ Wrapper which everyone must
share, we are limited to an MQCONN/MQDISC call per call to the wrapper in
the Online environment. I had posted the question of how to achieve only one
MQCONN per day that could be shared across multiple TCODES last week and as
expected did not get any methods of achieving that.

        I guess you got to take the good with the bad when it comes to
wrappers ;-)

        So at this point, my focus is on how to get the wrapper to execute
as fast as possible. Performance reports indicate the MQCONN/MQDISC calls
take waaaaaay more time to execute than the entire rest of the program, so
that is where I am focusing my efforts right now. I just wondered if .15 per
MQCONN call was already pretty good and I was dreaming asking for better.




Peter Potkay
IBM MQSeries Certified Specialist, Developer
[EMAIL PROTECTED]
X 77906


-----Original Message-----
From: Miller, Dennis [mailto:DMiller@;SNOPUD.COM]
Sent: Tuesday, October 22, 2002 12:39 PM
To: [EMAIL PROTECTED]
Subject: Re: MQCONN call - How long should it take?


Peter,
Perhaps a different angle...
Depending on your requirements, you may be able to sustain your connection
handle over a longer duration, thus minimizing the frequency of .15 second
waits. You would need to give up the 1 message = 1 transaction model, but
for some designs (epecially request/reply exchanges) that works just fine.
Just a thought...


> -----Original Message-----
> From: Potkay, Peter M (PLC, IT) [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 22, 2002 6:35 AM
> To:   [EMAIL PROTECTED]
> Subject:      MQCONN call - How long should it take?
>
> On OS/390 at MQ 5.2, my MQCONN calls are taking on average .15 seconds.
> This
> is by far the longest amount of time spent in the program. Is 0.15 seconds
> considered average? Or do we have room for improvement? If so, how?
>
> Peter Potkay
> IBM MQSeries Certified Specialist, Developer
> [EMAIL PROTECTED]
> X 77906
>
>
>
> This communication, including attachments, is for the exclusive use of
> addressee and may contain proprietary, confidential or privileged
> information. If you are not the intended recipient, any use, copying,
> disclosure, dissemination or distribution is strictly prohibited. If
> you are not the intended recipient, please notify the sender
> immediately by return email and delete this communication and destroy all
> copies.
>
> Instructions for managing your mailing list subscription are provided in
> the Listserv General Users Guide available at http://www.lsoft.com
> Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to