Can someone explain how the Threads Configuration work.
1. activeHandlerThreads = No of Active Threads open at any given time?
2. minHandlerThreads = Thread pool initialized on instance start.
3. maxHandlerThreads = No of Threads can be qued?
4. threadWaitTimeout = 20 seconds wait, if thread is qued?
5. timeout = Thread Timeout???
I am trying to debug a problem with an API using JNI that talks to an
external DB Pooling mechanism. When we have problems with the DB
environment, the JNI interface doesnt seem to timeout and hangs on
to JRun Threads and JRun "busy Threads" are consistently high around 15-17.
A ColdFusion Instance restart solves the problem but we are trying to avoid
that.
Any ideas?
Thanks,
Joe Eugene
<service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">
<attribute name="activeHandlerThreads">20</attribute>
<attribute name="minHandlerThreads">10</attribute>
<attribute name="maxHandlerThreads">500</attribute>
<attribute name="mapCheck">0</attribute>
<attribute name="threadWaitTimeout">20</attribute>
<attribute name="backlog">500</attribute>
<attribute name="deactivated">false</attribute>
<attribute name="interface">*</attribute>
<attribute name="port">51020</attribute>
<attribute name="timeout">300</attribute>
<!-- set this to false for multi-hosted sites -->
<attribute name="cacheRealPath">false</attribute>
<!--
<attribute name="keyStore">{jrun.rootdir}/lib/keystore</attribute>
<attribute name="keyStorePassword">changeit</attribute>
<attribute name="trustStore">{jrun.rootdir}/lib/trustStore</attribute>
<attribute
name="socketFactoryName">jrun.servlet.jrpp.JRunProxySSLServerSocketFactory</
attribute>
-->
</service>
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]