Re: Why don't the ipc Server use ArrayBlockingQueue for callQueue?
Hi Luoli Why would it be more efficient? When suggesting an improvement, it would be good to back it up with your reasoning. -Todd On Wed, Oct 31, 2012 at 1:19 AM, 罗李 wrote: > hi everybody: > I have a little question, why don't the ipc Server in hadoop > use ArrayBlockingQueue for the call
Why don't the ipc Server use ArrayBlockingQueue for callQueue?
hi everybody: I have a little question, why don't the ipc Server in hadoop use ArrayBlockingQueue for the callQueue but use LinkedBlockingQueue? Will it be more efficiently? thanks luoli