Cluster_Open

This is the simplest cluster example. It creates a cluster database, then prints runtime information and exits. (It is analogous to the core sample 02-open_conv).

How to Run

In a console window run:

 
    cluster_open 2 0
     

Then in a second console window run:

 
    cluster_open 2 1
 

But it is more instructive to run one instance in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics