Hi,
We receive the error below on our tomcat server running Alfresco with a custom webscripts application build against it.
org.apache.tomcat.util.threads.ThreadPool logFull
SEVERE: All threads (150) are currently busy, waiting. Increase maxThreads (150) or check the servlet status
Obvious thing to do is to increase the threadpool size.
My questions:
- Is it a good idea to increase the threadpool size (what are the concerns),
- If so, to what size to put it ?
- What could be causing this thread pool to grow up to the max (how to find the cause of this)
Hope anyone can help us on this issue.