Hi,
We have a simples request and reply set up from an ASP page using a VB DLL to send and receive messages.
On each page load we do a standard MQCONN, MQOPEN, MQPUT, MQGET with a wait on the reply message and then MQCLOSE and MQDISC.
For some reason the first query from the web page takes about 4 or 5 seconds to go through whereas the subsequent queries is taking split seconds. I dont understand this as the same process is being done each time. Is something going to sleep on me? IS there some configuration settiing that I am missing?
Thanks in advance
Frank
We have a simples request and reply set up from an ASP page using a VB DLL to send and receive messages.
On each page load we do a standard MQCONN, MQOPEN, MQPUT, MQGET with a wait on the reply message and then MQCLOSE and MQDISC.
For some reason the first query from the web page takes about 4 or 5 seconds to go through whereas the subsequent queries is taking split seconds. I dont understand this as the same process is being done each time. Is something going to sleep on me? IS there some configuration settiing that I am missing?
Thanks in advance
Frank