ssttaarrttSSeerrvveerr -- mmaakkeess tthhee ccuurrrreenntt pprroocceessss aa ppaarraalllleell ttrraaiinniinngg sseerrvveerr UUSSAAGGEE startServer [] DDEESSCCRRIIPPTTIIOONN This command makes the current process a server for parallel training. It will then accept connections from clients and will be able to invoke commands on the clients and control parallel training. If port is specified, it sets the port to be used when listening for new clients. Values between 2001 and 6999 are often free. Otherwise, a random free port will be selected. This command always returns the port number used. It is important to save this value so clients can use it when connecting. EEXXAAMMPPLLEESS To start the server with a random port and save the port in the variable "serverPort": lens> set serverPort [startServer] SSEEEE AALLSSOO _s_t_o_p_S_e_r_v_e_r, _s_t_a_r_t_C_l_i_e_n_t, _s_e_n_d_E_v_a_l, _s_e_n_d_O_b_j_e_c_t, _c_l_i_e_n_t_I_n_f_o, _t_r_a_i_n_P_a_r_a_l_l_e_l --------------------------------------------------------------------------- Last modified: Mon Jun 8.33:20:53 EDT 1998