Hi

> Are there any solution about limit the process or threads count?. Remember
that Tomcat "server.xml" parameters don`t work.

For me, these settings work.
However, remember what they describe. They set the numbers of workers, not
total threads. You applicaton might spawn threads, tomcat might spawn daemon
threads, even the vm might spawn threads (gc & such).

You cannot limit anything other then worker threads. However, tomcat and the
vm will only spawn a very few daemon threads and you have control over your
application.

Regards,
  Steffen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to