Hello, In this article, I will present you a solution in order to measure performance and time processing on server side. This technical solution allow to quickly obtain a detailed
After my post concerning presentation of Queue/BlockingQueue, I would continue with a post about the BlockingQueue implementation: java.util.concurrent.SynchronousQueue. This implementation of BlockingQueue stores and keeps ONLY a single element internally.