|
>Questions...
>1) Specifically what delivery mode and uma combination is the customer using?
PDEL_MODE_WF_DQF
PDEL_UMA_SAF
>2) When you say that the system slows down what exactly do you mean by that?
> How much does it slow down by? How fast was it going before the link to
> the Unix group was lost? Can you give an example of messages/second?
Actually when they do a normal transmission between VMS and UNIX, they
can send up to 10 mess/second.
If they stop the group on UNIX, messages are stored in the SAF file at a
speed of 40 messages /second.
They restart UNIX group when 960 messages have been stored in the SAF file.
At this point transmission becomes very slow (1 message sent every 10 seconds)
>3) Any errors or other messages of interest in the EVL log file?
I have customer to provide them
Jean-Paul.
|
|
I am not certain about VMS, but on the other platforms
we favor draining the SAF over incoming traffic. That
can and does have an impact on enqueue rates when there
is a large backlog of messages. In fact the non-VMS im-
plementatins UNIX always favor dequeuing over enqueuing
(for all delivery modes).
On UNIX, there is no way to defeat this. All internal
traffic is sent at an elevated priority (higher than
0 or 1). On VMS, and I am sure I will be corrected if
I am wrong, I believe the internal MRS traffic flows
at a priority of 1. So, if you send your messages at
a priority of 1 you should be able to compete with a
draining SAF (unless of course the MRS server receives
internal traffic on another queue and uses a selection).
But I must admit 0.1 messages per second is pretty bad,
and there may be something else going on. Does the rate
go back up once the SAF is drained ?
_sjz.
|
|
> PDEL_MODE_WF_DQF
> PDEL_UMA_SAF
Here's the killer. You said to wait-for DQF so as long as the link is
up and message traffic is flowing the user will sit waiting until the message
in enqueued into the DQF or a timeout occurs. In order to maintian FIFO, if
there are SAF messages ahead of the pending WF_DQF/SAF message then this
message has to get behind the rest and wait for his turn. If the user does
not REALLY want to wait until the message is enqueued into the DQF then they
can change their delivery mode to PDEL_MODE_WF_SAF, PDEL_UMA_DISCL. The
user will be unblocked as soon as the message hits the SAF. My guess is
that they probably have a timeout of 10 seconds and that is why they are
seeing 1 message every 10 seconds.
-Lisa
|