Hi, A post on the projection of a Content Server/Docbase to several Docbrokers. When a DCTM client wants to request DCTM, there are several STEPS: Each CS projets itself
After my post concerning presentation of Queue/BlockingQueue, I would continue with a post about the Queue implementation: java.util.concurrent.ConcurrentLinkedQueue. This implementation of Queue (NOT BlockingQueue) is thread-safe queue which stores and
Hi, This post concerns the multi-tasking or multi-threading which is a programming technique to take advantage of the use of tasks (threads). We will see in this tutorial the practical