Introduction To Vert.x: Infinispan Cluster Manager
Let's scale up our Vert.x application even further by allowing it to run on multiple computers on our network. By enabling clustering, our application can share work across multiple computers and extend our capabilities beyond what threads would allow on a single computer.
Let's scale up our Vert.x application even further by allowing it to run on multiple computers on our network. By enabling clustering, our application can share work across multiple computers and extend our capabilities beyond what threads would allow on a single computer.