Filip Hanik - Dev Lists schrieb:
- Java 5 dispatcher: I mostly agree. I got lost in the code. The code I thought was responsible was transport/PooledSender.java which uses a fixed pool of threads without queueing. I overlooked somehow the Executor with queue in the Java 5 dispatcher. Nevertheless there's still some discrepancy, because we added some aspects to the queue in 5.5 which are gone now:
oh, I didn't even realize this :)
MessageDispatchInterceptor.java uses
protected FastQueue queue = new FastQueue();

I'm talking about the Java 5 message dispatcher. As far as I can see it doesn't use FastQeueue and as far as the techical part of our discussion went, it probably also doesn't need to.

I was focusing on the Java 5 dispatcher because it is the documented default (so I deduce it is recommended).

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to