Options for a Client and Server Running on the Same UNIX Machine

NETCOMP=

Summary

Compresses the data stream for an SPD Server network packet.

Syntax

NETCOMP=YES | NO 
Arguments
YES
sends compressed data in an SPD Server network packet.
NO
sends uncompressed data in an SPD Server network packet.

Description

Normally, data compression for inter-process transfers is recommended. However, for a client and server process on the same machine -- with UNIXDOMAIN=YES -- turning off compression can improve performance. You should examine NETCOMP together with UNIXDOMAIN and NETPACKSIZE for both client and server on the same machine.

Example

Specify to turn off compression of the data stream.
LIBNAME mylib sasspds 'test_area'
   netcomp=no;