From CauchoWiki
The <resin> directive is the resin.conf top-level configuration directive.
| directive | description
|
| Environment | Any Environment directive may be used in <resin>
|
| security-provider | configures the security provider for JSSE
|
| security-manager | enables the Java security manager
|
| <server> | configures a server
|
| shutdown-wait-max | maximum time Resin will wait for an orderly shutdown before forcing a close
|
| <thread-pool> | configures the thread pool
|
| <transaction-manager> | configures the transaction manager
|
[edit] resin.conf
<resin xmlns="http://caucho.com/ns/resin"
xmlns:resin="http://caucho.com/ns/resin/core">
...
<server id="">
...
</server>
</resin>
[edit] <thread-pool>
| directive | description
|
| spare-thread-min | the minimum number of idle threads required in the pool
|
| thread-max | the maximum number of threads in the pool
|