On RHEL4, you need to use the -L option of ps to see threads:

ps -AL

Bill

On 9/29/06, Swaminathan Subramanian <[EMAIL PROTECTED]> wrote:
Hello!
I am running Resin 3.0 on Linux (RHE 4). My resin.conf
for threads is as follows:
<thread-pool>
        <!-- Maximum number of threads.-->
        <thread-max>500</thread-max>

        <!-- Minimum number of spare connection
threads. -->
        <spare-thread-min>10</spare-thread-min>
        </thread-pool>
But, when I run ps -A, I see only one resin process.
Am I missing something here?
Thanks in advance!
-SS

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to