Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] QueuedThreadPool question

Your probably thinking BoundedThreadPool which was the only one that
was deprecated in favor of the QueuedThreadPool

so stick with the QTP imo and if you have issues let us know

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Mon, Dec 20, 2010 at 10:39, Heizer, Charles <heizer1@xxxxxxxx> wrote:
> Hello,
> I'm running Jetty 7 and I was wondering if there was a more efficent
> thread pool vs. QueuedThreadPool? I remember the Jetty 6 config which
> mentioned another.
>
> Thanks,
> Charles
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top