![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 256](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653256.webp)
Init SAFs
256
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
If you define your own Server Application Functions, you get the server to load
them by using the
load-modules
function and specifying the shared library or dll
to load.
Parameters
Examples
nt-console-init
Applicable in
Init
-class directives.
The
nt-console-init
function enables the Windows NT/Windows 2000 console,
which is the command-line shell that displays standard output and error streams.
Parameters
shlib
specifies either the full path to the shared library or dynamic
link library or a file name relative to the server configuration
directory.
funcs
is a comma separated list of the names of the functions in the
shared library or dynamic link library to be made available
for use by other
Init
directives or by
Service
directives in
obj.conf
. The list should not contain any spaces. The dash
(-) character may be used in place of the underscore (_)
character in function names.
NativeThread
(optional) specifies which threading model to use.
no
causes the routines in the library to use user-level
threading.
yes
enables kernel-level threading. The default is
yes
.
pool
the name of a custom thread pool, as specified in
thread-pool-init
.
Init fn=load-modules shlib="C:/mysrvfns/corpfns.dll"
funcs="moveit"
Init fn=load-modules shlib="/mysrvfns/corpfns.so"
funcs="myinit,myservice"
Init fn=myinit
stderr
Directs error messages to the Windows NT/Windows 2000
console. The required and only value is
console
.
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...