File Formats ncadaddr(4)
NAME
ncadaddr - name of the Solaris Network Cache and Accelera-
tor (NCA) socket utility library
SYNOPSIS
/usr/lib/ncadaddr.so
DESCRIPTION
ncadaddr.so is the Solaris Network Cache and Accelerator
(NCA) socket utility library. Use this library with a web
server to avoid support for the PFNCA family type socket.
The web server can take advantage of NCA functionality.
Interpose the ncadaddr interfaces before the interfaces in
libsocket by setting the environment variable LDPRELOAD to
ncadaddr.so so that it is preloaded before libsocket.so.1.
The ncadaddr.so interfaces will be interposed only if NCA
is enabled. See ncakmod(1).
EXAMPLES
Example 1 Interposing ncadaddr
Using Bourne shell syntax as an example, set LDPRELOAD as
shown below to interpose the ncadaddr socket utility
libary:
LDPRELOAD=/usr/lib/ncadaddr.so /usr/bin/httpd
FILES
/usr/lib/ncadaddr.so ncadaddr socket utility library
shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 18 Feb 2003 1
File Formats ncadaddr(4)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWncar (32-bit)
SUNWncarx (64-bit)
Interface Stability Unstable
SEE ALSO
nca(1), ncab2clf(1), ncakmod(1), socket(3SOCKET), nca.if(4),
ncakmod.conf(4), attributes(5)
NOTES
Only applications that use the NCA feature, for example, web
servers, should interpose this library.
SunOS 5.11 Last change: 18 Feb 2003 2
|