background image
<< derby.drda.keepAlive property | derby.drda.securityMechanism property >>

derby.drda.minThreads property

<< derby.drda.keepAlive property | derby.drda.securityMechanism property >>
Derby Server and Administration Guide
36
Syntax
derby.drda.logConnections=[true|false]
Default
False.
Example
derby.drda.logConnections=true
Static or dynamic
Dynamic. System values can be changed by using commands or the servlet interface
after the Network Server has been started.
derby.drda.maxThreads property
Use the derby.drda.maxThreads property to set a maximum number of connection
threads that Network Server will allocate. If all of the connection threads are currently
being used and the Network Server has already allocated the maximum number of
threads, the threads will be shared by using the derby.drda.timeSlice property to
determine when sessions will be swapped.
Syntax
derby.drda.maxThreads=numthreads
Default
0
Example
derby.drda.maxThreads=50
Static or dynamic
Static. You must restart the Network Server for changes to take effect.
derby.drda.minThreads property
Use the derby.drda.minThreads property to set the minimum number of connection
threads that Network Server will allocate. By default, connection threads are allocated as
needed.
Syntax
derby.drda.minThreads=numthreads
Default
0
Example
derby.drda.minThreads=10
Static or dynamic
Static. You must restart the Network Server for changes to take effect.
derby.drda.portNumber property
Indicates the port number to use.
Syntax