Reputation: 51
I'm trying to choose the best implementation of the threadpool for jetty configuration. But I can't find a way how to compare they. I haven't found any documentation about it. Of course I can see at source code, but on the first look it's hard to define the difference.
May be somebody knows what the difference between org.eclipse.jetty.util.thread.QueuedThreadPool, org.eclipse.jetty.util.thread.OldQueuedThreadPool and ExecutorThreadPool?
Thank you.
Upvotes: 5
Views: 3297
Reputation: 2133
Seeing javadoc:
The others...
If you are in doubt... do test with jmeter: http://jmeter.apache.org
Upvotes: 2