Adding and Using Thread Pools
158
Netscape Enterprise Server Administrator’s Guide • November 2001
You can also edit the thread pool settings in vsclass.
obj.conf
, where vsclass is the
virtual server class name.
A thread pool appears in vsclass.
obj.conf
as follows:
Init fn="thread-pool-init" name=name_of_the_pool MaxThreads=n
MinThreads=n QueueSize=n StackSize=n
Use the following parameters to change the pool:
MinThreads
,
MaxThreads
,
QueueSize
, and
StackSize
.
Windows NT users can always edit the settings for the native pool using the Server
Manager.
Using Thread Pools
After you’ve set up a thread pool, use it by designating it as the thread pool for a
specific service.
To configure a thread pool, go to the Server Manager Preferences tab and select
Thread Pool.
Once a thread pool is configured, then the Thread Pool list will show
the thread pool available to be used for the specific service you’ve designated
.
You can also designate a thread pool by using the
pool
parameter of the
load-modules
function in vsclass.
obj.conf
, where vsclass is the virtual server class
name.
pool=“name_of_pool”
In addition, you can use the
pool
parameter on any NSAPI function so that only
that NSAPI function runs on the pool you specify.
Summary of Contents for NETSCAPE ENTREPRISE SERVER 6.0 - ADMINISTRATOR
Page 1: ...Administrator s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 18: ...18 Netscape Enterprise Server Administrator s Guide November 2001...
Page 26: ...26 Netscape Enterprise Server Administrator s Guide November 2001...
Page 48: ...Migrating a Server 48 Netscape Enterprise Server Administrator s Guide November 2001...
Page 50: ...50 Netscape Enterprise Server Administrator s Guide November 2001...
Page 146: ...146 Netscape Enterprise Server Administrator s Guide November 2001...
Page 242: ...242 Netscape Enterprise Server Administrator s Guide November 2001...
Page 294: ...294 Netscape Enterprise Server Administrator s Guide November 2001...
Page 332: ...Deleting a Virtual Server 332 Netscape Enterprise Server Administrator s Guide November 2001...
Page 378: ...378 Netscape Enterprise Server Administrator s Guide November 2001...
Page 396: ...Responses 396 Netscape Enterprise Server Administrator s Guide November 2001...
Page 414: ...Posting to JSPs 414 Netscape Enterprise Server Administrator s Guide November 2001...
Page 432: ...Further Information 432 Netscape Enterprise Server Administrator s Guide November 2001...
Page 444: ...444 Netscape Enterprise Server Administrator s Guide November 2001...