The Main Loop Finally, we will run an endless loop of processing client requests. This step is easy. // Run the ORB. This causes the server to enter a loop // of processing client requests. This loop most likely // uses a select() or poll() call to block until a // request arrives, and then processes it. orb->run();