SERVER_STATE_RUNNING
WRITE_ONCE(server_conf.state, SERVER_STATE_RUNNING);
return READ_ONCE(server_conf.state) == SERVER_STATE_RUNNING;