Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Too many threads

Hi,

On Fri, Jul 26, 2013 at 12:00 PM, Mikhail Mazursky <ash2kk@xxxxxxxxx> wrote:
> 2013/7/26 Simone Bordet <sbordet@xxxxxxxxxxx>
>> Perhaps you're using more than 1 thread pool, configured in other XML
>> files.
>>
> No, I checked. Is that even possible?

Sure it is.
Server has one pool, Connectors may have their own, some Servlet may
use HttpClient which has its own, etc.

We never saw this problem, so I have doubt that there is a problem in
QueuedThreadPool.

How do you know it is Jetty that creates those threads ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top