Previous | Next | Contents | Index |
While you can not be able to speed up your network links or reduce network latencies, you can at least arrange your message processing so as to recognize these issues. For instance, Internet sites can want to have two separate outbound TCP/IP channels: one for intra-domain traffic and the other for inter-domain traffic. Suppose, for instance, that your domain is claremont.edu. Then you might set up a new PMDF_SMTP_CLAREMENT generic or execution queue (OpenVMS) or Job Controller queue (UNIX and NT). Next add the rewrite rule
.claremont.edu $U%$H$D@TCP-CLAREMONT |
tcp_claremont smtp single_sys nox_env_to mx queue PMDF_SMTP_CLAREMONT TCP-CLAREMONT |
You can apply this concept to other networks and channels. Indeed, you might find it useful to use separate processing queues for each of your outbound channels. This way, when one network is particularly slow, its processing jobs do not hold up jobs from other channels which can be waiting for the next available processing slot in the processing queue.
Previous | Next | Contents | Index |