Costin Manolache wrote:
I kind of liked ThreadWithAttributes :-), but I don't think it's
needed any more.
However, I think if we stop using it in some cases, we should completely
remove
it, otherwise it's going to be messy.
ThreadWithAttributes was required long ago when we had JDK1.1 ( no
Th
I kind of liked ThreadWithAttributes :-), but I don't think it's
needed any more.
However, I think if we stop using it in some cases, we should completely remove
it, otherwise it's going to be messy.
ThreadWithAttributes was required long ago when we had JDK1.1 ( no ThreadLocal )
and with the ear
Hi,
I refactored the endpoints for some of the connectors, adding the
possibility to use an Executor for the worker threads (given the accept
threads are long running threads, it does not make sense to pool them).
I would like to add a companion "Executor" element to either Engine or
Server (