Re: Executor support

2006-04-28 Thread Remy Maucherat
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

Re: Executor support

2006-04-28 Thread Costin Manolache
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

Executor support

2006-04-28 Thread Remy Maucherat
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 (