| Hi
I asked the same question last year for one of my customers - these are the
replies from Engineering - I hope they help
Regards
Jill
***************************************************************************
>Please can you give me default values for MailWorks probe & drop timers if
>the logical names DMW$PROBE_TIMER & DMW$DROP_TIMER are NOT defined, (in
>ICF034).
The default values are:
DMW$TCP_DROP_TIMER = 600
DMW$TCP_PROBE_TIMER = 75
>How does the value of DMW$TCP_TIMEOUT interact with those of the DMW$DROP
>& DMW$DROP_TIMER? Does it override the specific values?
The Release Notes state:
DMW$TCP_TIMEOUT can now be used to control the timeout period when
MailWorks is sending buffers to a Client via TCP/IP. The
DMW%TCP_PROBE_TIMER and DMW$TCP_DROP_TIMER logicals can be used to achieve
a timeout when a PC is no longer available but DMW$TCP_TIMEOUT can be used
to avoid the extra network traffic incurred with short probe timer values."
The DMW$TCP_TIMEOUT is per buffer. So for every buffer sent the timeout
will start again. If one buffer fails then the connection is broken.
The extra network traffic referred to is a result of: A shorter Probe time
means more network probing which means more network traffic. So instead of
using the DMW$TCP_PROBE_TIMER logical set the DMW$TCP_TIMEOUT. The connect
server can only send one buffer at a time, so if a buffer takes a long time
(or hangs), the connect server would also look as though it was hung.
<How do these logical values interact with those defined in UCX?
These values only apply to MailWorks connections not to the whole of UCX
and do override the UCX ones for the MAILworks connections.
>....would like a recommendation for all these values on a 2 node
>AlphaServer cluster (MailWorks is the ONLY application running) Approx 180
>users concurrently on each node.
Hopefully the logicals you are referrring to should never be required.
However they were put into the patch to enable MailWorks to better cope
with severe network problems typically when a PC dissapears in the middle
of a data transfer. This used to cause CPU and IO spikes.
It is difficult to give specific recommendations on these values as it will
depend largely on what is happening on your network. You need to relate the
values to the frequency of problems and how long you can tolerate waiting
when a problem occurs.
|